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 1d4cc7e + 070f8e0 commit 4cd0fdeCopy full SHA for 4cd0fde
pyproject.toml
@@ -23,6 +23,8 @@ xfail_strict = true
23
filterwarnings = [
24
"error",
25
"default:Using or importing the ABCs:DeprecationWarning:unittest2.*",
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)."
0 commit comments