Skip to content

Commit

Permalink
Run tests with warnings as errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 19, 2022
1 parent e69a5f8 commit 479ba79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -183,3 +183,7 @@ package = dom_toml
[pytest]
addopts = --color yes --durations 25
timeout = 300
filterwarnings =
error
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning

0 comments on commit 479ba79

Please sign in to comment.