Skip to content

Commit 61892c0

Browse files
authored
Remove test_nntplib from quicktest (GH-28754)
1 parent 7af95a1 commit 61892c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
13451345
test_multibytecodec test_urllib2_localnet test_itertools \
13461346
test_multiprocessing_fork test_multiprocessing_spawn \
13471347
test_multiprocessing_forkserver \
1348-
test_mailbox test_socket test_poll \
1348+
test_mailbox test_nntplib test_socket test_poll \
13491349
test_select test_zipfile test_concurrent_futures
13501350
quicktest: @DEF_MAKE_RULE@ platform
13511351
$(TESTRUNNER) $(QUICKTESTOPTS)

0 commit comments

Comments
 (0)