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 e5bf378 commit 0b7c3d1Copy full SHA for 0b7c3d1
pyproject.toml
@@ -28,8 +28,6 @@ filterwarnings = [
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
34
"ignore:.*type argument to addoption.*:DeprecationWarning",
35
# produced on execnet (pytest-xdist)
0 commit comments