commit:     bc02e16fabc12a287f4beb0c628218458ca1d67a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 13:23:23 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 14:00:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc02e16f

dev-python/subprocess-tee: skip tests triggering issues with dev-python/enrich

Closes: https://bugs.gentoo.org/866051
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild 
b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
index ea05ad858dc4..07ec6f767cea 100644
--- a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
+++ b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
@@ -24,11 +24,17 @@ BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
                test-full? ( app-admin/ansible-molecule )
        )"
 
+# With the exception of a handful of extra lines this is literally the same 
test suite
+# as test_console.py from dev-python/enrich, which is currently known to fail 
(Bug #865497).
+EPYTEST_DESELECT=(
+       src/subprocess_tee/test/test_rich.py
+)
+
 distutils_enable_tests pytest
 
 python_test() {
        if ! use test-full; then
-               local -x EPYTEST_DESELECT=( 
"src/${PN/-/_}/test/test_func.py::test_molecule" )
+               EPYTEST_DESELECT+=( 
"src/${PN/-/_}/test/test_func.py::test_molecule" )
        fi
        distutils-r1_python_test
 }

Reply via email to