Skip to content

Commit 5126a70

Browse files
committed
disable pkgcore#68 to debug it
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent da90ecd commit 5126a70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_contexts.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77

88
import pytest
9+
910
from snakeoil.contexts import Namespace, SplitExec, chdir, syspath
1011

1112

@@ -44,9 +45,6 @@ def test_syspath(tmpdir):
4445
assert mangled_syspath == tuple(sys.path)
4546

4647

47-
@pytest.mark.skip(
48-
reason="this currently breaks on github ci, https://github.com/pkgcore/snakeoil/issues/68"
49-
)
5048
class TestSplitExec:
5149
def test_context_process(self):
5250
# code inside the with statement is run in a separate process

0 commit comments

Comments
 (0)