Skip to content

Commit

Permalink
Ignore warning from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 9, 2023
1 parent 102cc00 commit 88c4e0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ commands =

[pytest]
addopts = --cov=tinuous --no-cov-on-fail
filterwarnings = error
filterwarnings =
error
# <https://github.com/yaml/pyyaml/issues/688>
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
norecursedirs = test/data
[coverage:run]
Expand Down

0 comments on commit 88c4e0c

Please sign in to comment.