commit: 595d0e624139106512cf6a843b828f0900d497c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 02:35:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 02:35:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595d0e62
dev-python/tox: skip test dependent on stdout (spinner wheel)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/tox/tox-3.24.4.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/tox/tox-3.24.4.ebuild b/dev-python/tox/tox-3.24.4.ebuild
index 22c313e8a6e..f997c636e7b 100644
--- a/dev-python/tox/tox-3.24.4.ebuild
+++ b/dev-python/tox/tox-3.24.4.ebuild
@@ -53,6 +53,9 @@ python_test() {
# expects python2 to exist
tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
+
+ # fragile and relies on checking stdout
+ tests/unit/util/test_spinner.py::test_spinner_progress
)
[[ ${EPYTHON} != pypy3 ]] && EPYTEST_DESELECT+=(