Skip to content

Commit f18255f

Browse files
committed
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
1 parent 284359e commit f18255f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ filterwarnings=
1717
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
1818
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
1919
ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning
20+
21+
# shopkeep/pytest-black#67
22+
ignore:'encoding' argument not specified::pytest_black

0 commit comments

Comments
 (0)