mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Run test_py3kwarn first to avoid failures with -3.
This commit is contained in:
parent
c1ef2fa45f
commit
1df21e7e03
2 changed files with 7 additions and 3 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue