You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running tests with the -Wa option in a Docker container, there are approximately 8,600 warnings. Most of them are duplicates (e.g. ResourceWarning: unclosed file).
The text was updated successfully, but these errors were encountered:
After setting up the dev containers and running ./easy_toolbox.py test oioioi/acm/tests.py::TestACMRanking::test_fixture -Wa, 78 warnings appeared, 66 of which are related to filetracker and have the common message: filetracker/client/data_store.py:46: ResourceWarning: unclosed file <_io.BufferedReader
While running tests with the
-Wa
option in a Docker container, there are approximately 8,600 warnings. Most of them are duplicates (e.g.ResourceWarning: unclosed file
).The text was updated successfully, but these errors were encountered: