https://bugzilla.wikimedia.org/show_bug.cgi?id=70969
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|xmlreader test errors on |ResourceWarning unclosed |win32 py3 |files on win32 py3
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- Another unclosed file in
test_user_agent (tests.dry_site_tests.TestDrySite) ... c:\Python34\lib\subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=3> _cleanup() ok
c:\Python34\lib\unittest\suite.py:110: ResourceWarning: unclosed file <_io.TextIOWrapper name='c:\pywiki\core\tests\data\csv_ingestion.csv' mode='r' encoding='cp1252'> for index, test in enumerate(self): test_getDescription (tests.data_ingestion_tests.TestCSVReader) ... ok test_getTitle (tests.data_ingestion_tests.TestCSVReader) ... ok c:\Python34\lib\unittest\suite.py:87: ResourceWarning: unclosed file <_io.TextIOWrapper name='c:\pywiki\core\tests\data\csv_ingestion.csv' mode='r' encoding='cp1252'> return self.run(*args, **kwds)