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 4d94ab3 commit d49cd80
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 @@ -30,7 +30,10 @@ commands =

[pytest]
addopts = --cov=dandischema --tb=short --durations=10
filterwarnings = error
filterwarnings =
error
# <https://github.com/dateutil/dateutil/issues/1284>
ignore:.*utcfromtimestamp.* is deprecated:DeprecationWarning:dateutil

[coverage:run]
parallel = True
Expand Down

0 comments on commit d49cd80

Please sign in to comment.