]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove test_nntplib from quicktest (GH-28754)
authorInada Naoki <songofacandy@gmail.com>
Wed, 6 Oct 2021 15:03:58 +0000 (00:03 +0900)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 15:03:58 +0000 (17:03 +0200)
Makefile.pre.in

index ce75af1b79c81a2b48d9298e10e2a85c86178a78..4d4076f388260924e808a6fe86938a1e8b9bad68 100644 (file)
@@ -1345,7 +1345,7 @@ QUICKTESTOPTS=    $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
                test_multibytecodec test_urllib2_localnet test_itertools \
                test_multiprocessing_fork test_multiprocessing_spawn \
                test_multiprocessing_forkserver \
-               test_mailbox test_socket test_poll \
+               test_mailbox test_nntplib test_socket test_poll \
                test_select test_zipfile test_concurrent_futures
 quicktest:     @DEF_MAKE_RULE@ platform
                $(TESTRUNNER) $(QUICKTESTOPTS)