e69d8c0
diff --git a/pytest.ini b/pytest.ini
e69d8c0
index 825dbe6..40efb05 100644
e69d8c0
--- a/pytest.ini
e69d8c0
+++ b/pytest.ini
e69d8c0
@@ -20,3 +20,6 @@ filterwarnings =
e69d8c0
     ignore:Unicode unequal comparison failed to convert:UnicodeWarning
e69d8c0
     # https://github.com/pypa/setuptools/issues/2025
e69d8c0
     ignore:direct construction of .*Item has been deprecated:DeprecationWarning
e69d8c0
+    # https://github.com/pypa/setuptools/issues/2081
e69d8c0
+    ignore:lib2to3 package is deprecated:PendingDeprecationWarning
e69d8c0
+    ignore:lib2to3 package is deprecated:DeprecationWarning