]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
test_future3.py is a regular test file, and should be part of the test suite
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 00:21:34 +0000 (00:21 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 00:21:34 +0000 (00:21 +0000)
Lib/test/regrtest.py

index aed565bd08d494eb83404a574cc667e3c1a790f6..36b4a72195564301a832c94b6cf0ae72cfcfaab5 100755 (executable)
@@ -487,7 +487,6 @@ NOTTESTS = [
     'test_support',
     'test_future1',
     'test_future2',
-    'test_future3',
     ]
 
 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):