diff --git a/tox.ini b/tox.ini index 9dbb866..5733702 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,10 @@ commands = [pytest] addopts = --cov=tinuous --no-cov-on-fail -filterwarnings = error +filterwarnings = + error + # + ignore:.*utcfromtimestamp.* is deprecated:DeprecationWarning:dateutil norecursedirs = test/data [coverage:run]