From: Amaury Forgeot d'Arc Date: Fri, 28 Mar 2008 00:21:34 +0000 (+0000) Subject: test_future3.py is a regular test file, and should be part of the test suite X-Git-Tag: v2.6a2~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7db15fe9d9f42b73b8dad4d13965259de2eea09f;p=thirdparty%2FPython%2Fcpython.git test_future3.py is a regular test file, and should be part of the test suite --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index aed565bd08d4..36b4a7219556 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -487,7 +487,6 @@ NOTTESTS = [ 'test_support', 'test_future1', 'test_future2', - 'test_future3', ] def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):