We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c7f16 commit f80010dCopy full SHA for f80010d
tox.ini
@@ -186,3 +186,7 @@ package = snippet_fmt
186
[pytest]
187
addopts = --color yes --durations 25
188
timeout = 300
189
+filterwarnings =
190
+ error
191
+ ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:DeprecationWarning
192
+ ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning
0 commit comments