commit: 613e504b0b48347492ed222a9daedcb768898ffd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 11:04:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 11:12:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613e504b
dev-lang/python: Skip hanging faulthandler test in 3.6.12-r1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.6.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/python/python-3.6.12-r1.ebuild
b/dev-lang/python/python-3.6.12-r1.ebuild
index c538cde06a9..25f17f5c90c 100644
--- a/dev-lang/python/python-3.6.12-r1.ebuild
+++ b/dev-lang/python/python-3.6.12-r1.ebuild
@@ -191,7 +191,7 @@ src_test() {
fi
# Skip failing tests.
- local skipped_tests="gdb"
+ local skipped_tests="gdb faulthandler"
for test in ${skipped_tests}; do
mv "${S}"/Lib/test/test_${test}.py "${T}"