Skip to content

Commit

Permalink
Ignore warnings outside our control
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 1, 2023
1 parent 4cfb21b commit 354cf2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ deps = unit: {[_unit]deps}
addopts = -v --pyargs --doctest-modules --doctest-ignore-import-errors
norecursedirs = doc .git dist build _build .ipynb_checkpoints
filterwarnings =
error
error,
ignore:datetime\.datetime\.utcfromtimestamp\(\):DeprecationWarning:dateutil\.tz\.tz # https://github.com/dateutil/dateutil/pull/1285


[flake8]
include = *.py
Expand Down

0 comments on commit 354cf2a

Please sign in to comment.