From 3e3f190858d4f30e775c5db4aa219c029bb9bca3 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 18 Apr 2023 22:55:54 +0100 Subject: [PATCH] Update warningfilter --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index b6178c8..cfe5f3b 100644 --- a/tox.ini +++ b/tox.ini @@ -204,4 +204,6 @@ filterwarnings = ignore:Module already imported so cannot be rewritten:pytest.PytestAssertRewriteWarning ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning + ignore:lib2to3 package is deprecated and may not be able to parse Python:DeprecationWarning ignore:path is deprecated. Use files\(\) instead.:DeprecationWarning + always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning