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 57ea91b commit 1316a61Copy full SHA for 1316a61
pytest.ini
@@ -22,7 +22,8 @@ filterwarnings=
22
ignore:'encoding' argument not specified::mypy
23
ignore:'encoding' argument not specified::configparser
24
# ^-- ConfigParser is called by mypy,
25
- # but ignoring the warning in `mypy` is not enough on PyPy
+ # but ignoring the warning in `mypy` is not enough
26
+ # to make it work on PyPy
27
28
# realpython/pytest-mypy#152
29
ignore:'encoding' argument not specified::pytest_mypy
0 commit comments