summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmllib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_xmllib.py')
-rw-r--r--Lib/test/test_xmllib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_xmllib.py b/Lib/test/test_xmllib.py
index 6756b64..1284a2c 100644
--- a/Lib/test/test_xmllib.py
+++ b/Lib/test/test_xmllib.py
@@ -32,8 +32,6 @@ class XMLParserTestCase(unittest.TestCase):
def test_main():
test_support.run_unittest(XMLParserTestCase)
- warnings.resetwarnings()
-
if __name__ == "__main__":
test_main()