summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index 3bddcad..683867a 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -9,8 +9,6 @@ warnings.filterwarnings("ignore", ".* 'pre' .*", DeprecationWarning,
r'pre$')
warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning,
r'^regsub$')
-warnings.filterwarnings("ignore", ".* statcache .*", DeprecationWarning,
- r'statcache$')
class AllTest(unittest.TestCase):
@@ -148,7 +146,6 @@ class AllTest(unittest.TestCase):
self.check_all("socket")
self.check_all("sre")
self.check_all("_strptime")
- self.check_all("statcache")
self.check_all("symtable")
self.check_all("tabnanny")
self.check_all("tarfile")