commit:     94e67674d50dbc2fdb50da04ff6b33711ea1dfda
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 18:40:17 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 18:40:39 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=94e67674

skip TestSplitExecDecorator for now

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 tests/test_decorators.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_decorators.py b/tests/test_decorators.py
index 8275462..ef63e27 100644
--- a/tests/test_decorators.py
+++ b/tests/test_decorators.py
@@ -9,6 +9,7 @@ import pytest
 from snakeoil.decorators import coroutine, namespace, splitexec
 
 
[email protected]("flaky test, needs rework")
 class TestSplitExecDecorator:
     def setup_method(self, method):
         self.pid = os.getpid()

Reply via email to