commit: f28e3d47c8746769aa289148202ad11a0bec73ea
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Mon Nov 24 20:41:03 2025 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Mon Nov 24 21:34:36 2025 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=f28e3d47
chore: mark #68 as failing locally, not just CI
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
tests/test_contexts.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/test_contexts.py b/tests/test_contexts.py
index be212a2..e08e995 100644
--- a/tests/test_contexts.py
+++ b/tests/test_contexts.py
@@ -6,6 +6,7 @@ import socket
import sys
import pytest
+
from snakeoil.contexts import Namespace, SplitExec, chdir, syspath
@@ -44,8 +45,8 @@ def test_syspath(tmpdir):
assert mangled_syspath == tuple(sys.path)
[email protected](
- reason="this currently breaks on github ci,
https://github.com/pkgcore/snakeoil/issues/68"
[email protected](
+ reason="this currently is broken:
https://github.com/pkgcore/snakeoil/issues/68 is the GH side first incidence of
it"
)
class TestSplitExec:
def test_context_process(self):