mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Ignore the posixfile deprecation warning for the test suite.
This commit is contained in:
parent
70e3688364
commit
b112481f12
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
"""Do a minimal test of all the modules that aren't otherwise tested."""
|
||||
|
||||
import warnings
|
||||
warnings.filterwarnings('ignore', '', DeprecationWarning, 'posixfile')
|
||||
|
||||
from test_support import verbose
|
||||
|
||||
import BaseHTTPServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue