[Python-checkins] Remove test_nntplib from quicktest (GH-28754)

ambv webhook-mailer at python.org
Wed Oct 6 11:04:07 EDT 2021


https://github.com/python/cpython/commit/61892c04764e1f3a659bbd09e6373687a27d36e2
commit: 61892c04764e1f3a659bbd09e6373687a27d36e2
branch: main
author: Inada Naoki <songofacandy at gmail.com>
committer: ambv <lukasz at langa.pl>
date: 2021-10-06T17:03:58+02:00
summary:

Remove test_nntplib from quicktest (GH-28754)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index ce75af1b79c81..4d4076f388260 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)



More information about the Python-checkins mailing list