Skip to content

Commit

Permalink
ignore dateutil warning
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 17, 2023
1 parent 05abb4b commit 46985f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ python_functions = test_*
norecursedirs = .git
addopts = --doctest-modules
markers =
incremental: incremental test.
incremental: incremental test.
filterwarnings =
ignore:dateutil.tz.tz:DeprecationWarning
ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning

0 comments on commit 46985f0

Please sign in to comment.