Ignore the posixfile deprecation warning for the test suite.

This commit is contained in:
Fred Drake 2001-10-25 18:11:10 +00:00
parent 70e3688364
commit b112481f12

View file

@ -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