commit:     e9e39ea68f5b4070af5e8ef4c04005145feff455
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 19:43:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 19:43:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e39ea6

dev-python/build: skip failing tests of coloring

Closes: https://bugs.gentoo.org/894532
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/build/build-1.0.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

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 \

Reply via email to