summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index e3d2428..b68d5cb 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -12,5 +12,10 @@ filterwarnings =
# distutils
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
+ ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning
+
+ # pkg_resources
+ ignore:pkg_resources is deprecated as an API.:DeprecationWarning
+
# jinja2
ignore:.*Using or importing the ABCs from.*:DeprecationWarning