Run test_py3kwarn first to avoid failures with -3.

This commit is contained in:
Ezio Melotti 2010-08-03 19:43:08 +00:00
parent c1ef2fa45f
commit 1df21e7e03
2 changed files with 7 additions and 3 deletions

View file

@ -3,10 +3,7 @@
Roger E. Masse revised strategy by Barry Warsaw
"""
from test.test_support import verbose,TestSkipped, import_module
import warnings
warnings.simplefilter('always')
dl = import_module('dl', deprecated=True)
warnings.resetwarnings()
sharedlibs = [
('/usr/lib/libc.so', 'getpid'),