From 7db15fe9d9f42b73b8dad4d13965259de2eea09f Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Fri, 28 Mar 2008 00:21:34 +0000 Subject: [PATCH] test_future3.py is a regular test file, and should be part of the test suite --- Lib/test/regrtest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index aed565bd08d..36b4a721955 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):