Skip to content

Commit 1316a61

Browse files
committed
Better wording for comment in pytest.ini
1 parent 57ea91b commit 1316a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ filterwarnings=
2222
ignore:'encoding' argument not specified::mypy
2323
ignore:'encoding' argument not specified::configparser
2424
# ^-- ConfigParser is called by mypy,
25-
# but ignoring the warning in `mypy` is not enough on PyPy
25+
# but ignoring the warning in `mypy` is not enough
26+
# to make it work on PyPy
2627

2728
# realpython/pytest-mypy#152
2829
ignore:'encoding' argument not specified::pytest_mypy

0 commit comments

Comments
 (0)