Skip to content

Commit

Permalink
Ignore deprecation warning from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 9, 2023
1 parent eb8c0d0 commit 2f8b45c
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/dateutil/dateutil/issues/1284>
ignore:.*utcfromtimestamp.* is deprecated:DeprecationWarning:dateutil
norecursedirs = test/data

[coverage:run]
Expand Down

0 comments on commit 2f8b45c

Please sign in to comment.