mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
If ResourceWarning is specified in pytest.ini, tests fail on Python3. We should be catching all of them, and they usually fail to successfully error anyway, so this just means we get sligthly worse error messages when they do occur.
This commit is contained in:
@@ -3,4 +3,3 @@ addopts = --numprocesses auto --pyargs
|
||||
# ResourceWarnings are ignored as errors, since they're raised at close
|
||||
filterwarnings =
|
||||
error
|
||||
always::ResourceWarning
|
||||
|
||||
Reference in New Issue
Block a user