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.
2 parents 9bc6330 + 361f9e2 commit 10a3a49Copy full SHA for 10a3a49
pyproject.toml
@@ -26,7 +26,6 @@ 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
- "ignore:Module already imported so cannot be rewritten:pytest.PytestWarning",
30
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8)."
31
"ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))",
32
# produced by pytest-xdist
0 commit comments