Skip to content

Commit

Permalink
dev-lang/python: Skip hanging faulthandler test in 3.6.12-r1
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 14, 2020
1 parent 7e0543e commit 613e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/python/python-3.6.12-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 613e504

Please sign in to comment.