diff --git a/pytest.ini b/pytest.ini index 3e861e4..118442e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,4 +5,7 @@ python_functions = test_* norecursedirs = .git addopts = --doctest-modules markers = - incremental: incremental test. \ No newline at end of file + incremental: incremental test. +filterwarnings = + ignore:dateutil.tz.tz:DeprecationWarning + ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning