OK, don't call resetwarnings().

This commit is contained in:
Tim Peters 2002-04-16 00:29:27 +00:00
parent 7d79948103
commit 50ac30ee01
1 changed files with 0 additions and 2 deletions

View File

@ -55,7 +55,6 @@ import getopt
import traceback
import random
import StringIO
import warnings
import test_support
@ -323,7 +322,6 @@ def runtest(test, generate, verbose, quiet, testdir = None):
indirect_test()
finally:
sys.stdout = save_stdout
warnings.resetwarnings()
except (ImportError, test_support.TestSkipped), msg:
if not quiet:
print "test", test, "skipped --", msg