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 b2954e8 commit 913cffaCopy full SHA for 913cffa
pyproject.toml
@@ -26,6 +26,8 @@ filterwarnings = [
26
# produced by older pyparsing<=2.2.0.
27
"default:Using or importing the ABCs:DeprecationWarning:pyparsing.*",
28
"default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*",
29
+ # distutils is deprecated in 3.10, scheduled for removal in 3.12
30
+ "ignore:The distutils package is deprecated:DeprecationWarning",
31
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8)."
32
"ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))",
33
# produced by pytest-xdist
0 commit comments