From: Eli Bendersky Date: Wed, 27 Jul 2011 17:21:45 +0000 (+0300) Subject: Issue #11049: added test_support to regrtest.STDTESTS list X-Git-Tag: v3.3.0a1~1828 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d18a047d585ee64757f7982bf80af3e739a7e8f9;p=thirdparty%2FPython%2Fcpython.git Issue #11049: added test_support to regrtest.STDTESTS list --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c3d2fcbf6ca9..9bb43078e357 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -800,6 +800,7 @@ STDTESTS = [ 'test_unittest', 'test_doctest', 'test_doctest2', + 'test_support' ] # set of tests that we don't want to be executed when using regrtest