Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26d1f14

Browse files
committed
Undo recent exclusion of test_fork1 and test_zlib. These tests don't
trigger my arbitrary exlusion rule, which is: takes more than 10 seconds of wall clock time on my machine. If these tests are going to be skipped, then a boatload of slower tests should be skipped, too.
1 parent 24da477 commit 26d1f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ test: all platform
474474

475475
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
476476
test_unicodedata test_re test_sre test_select test_poll \
477-
test_fork1 test_linuxaudiodev test_sunaudiodev test_zlib
477+
test_linuxaudiodev test_sunaudiodev
478478
quicktest: all platform
479479
-rm -f $(srcdir)/Lib/test/*.py[co]
480480
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)

0 commit comments

Comments
 (0)