summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-10-24 22:43:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-10-24 22:43:41 +0300
commite9e39ea68f5b4070af5e8ef4c04005145feff455 (patch)
tree29cdf8571277e03ede336801d886f7a6bd9c573b
parentnet-analyzer/nmapsi: drop 0.5_alpha2 (diff)
downloadgentoo-e9e39ea68f5b4070af5e8ef4c04005145feff455.tar.gz
gentoo-e9e39ea68f5b4070af5e8ef4c04005145feff455.tar.bz2
gentoo-e9e39ea68f5b4070af5e8ef4c04005145feff455.zip
dev-python/build: skip failing tests of coloring
Closes: https://bugs.gentoo.org/894532 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/build/build-1.0.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/build/build-1.0.3.ebuild b/dev-python/build/build-1.0.3.ebuild
index b0fb7340096b..be82bb9e2134 100644
--- a/dev-python/build/build-1.0.3.ebuild
+++ b/dev-python/build/build-1.0.3.ebuild
@@ -49,6 +49,9 @@ python_test() {
# messages, sic!)
'tests/test_main.py::test_output[via-sdist-isolation]'
'tests/test_main.py::test_output[wheel-direct-isolation]'
+ # broken when built in not normal tty on coloring
+ tests/test_main.py::test_colors
+ 'tests/test_main.py::test_output_env_subprocess_error[color]'
)
epytest -m "not network" -p no:flaky \