Skip to content

Commit

Permalink
Update list of ignored warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 17, 2022
1 parent 0a449d6 commit 2ba7e48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -191,11 +191,13 @@ addopts = --color yes --durations 25
timeout = 600
filterwarnings =
error
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:DeprecationWarning
ignore:'repo-helper make-recipe' is deprecated. Please use 'mkrecipe' instead:DeprecationWarning
always::ResourceWarning
ignore::DeprecationWarning:pre_commit[.*]
ignore:open_text is deprecated. Use files\(\) instead.:DeprecationWarning
[testenv:smoke]
setenv =
PIP_USE_FEATURE = 2020-resolver
Expand Down

0 comments on commit 2ba7e48

Please sign in to comment.