Commit b112481f authored by Fred Drake's avatar Fred Drake

Ignore the posixfile deprecation warning for the test suite.

parent 70e36883
"""Do a minimal test of all the modules that aren't otherwise tested.""" """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 from test_support import verbose
import BaseHTTPServer import BaseHTTPServer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment