diff --git a/pytest.ini b/pytest.ini index 44c3994a..0fe4a061 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] filterwarnings = ignore:.*imp module is deprecated in favour of importlib:DeprecationWarning + ignore:.*pkg_resources is deprecated as an API.*:DeprecationWarning