summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-10-06 15:03:58 (GMT)
committerGitHub <noreply@github.com>2021-10-06 15:03:58 (GMT)
commit61892c04764e1f3a659bbd09e6373687a27d36e2 (patch)
tree0922eb63a903f7294c1511642d30be476e5d568a
parent7af95a1e8097b2aab2cbe8de88727809e745b658 (diff)
downloadcpython-61892c04764e1f3a659bbd09e6373687a27d36e2.zip
cpython-61892c04764e1f3a659bbd09e6373687a27d36e2.tar.gz
cpython-61892c04764e1f3a659bbd09e6373687a27d36e2.tar.bz2
Remove test_nntplib from quicktest (GH-28754)
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ce75af1..4d4076f 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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)