mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04: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:
parent
36b6328acd
commit
28c117abe0
1 changed files with 0 additions and 1 deletions
|
|
@ -3,4 +3,3 @@ addopts = --numprocesses auto --pyargs
|
|||
# ResourceWarnings are ignored as errors, since they're raised at close
|
||||
filterwarnings =
|
||||
error
|
||||
always::ResourceWarning
|
||||
|
|
|
|||
Loading…
Reference in a new issue