Skip to content

Commit

Permalink
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 27, 2023
1 parent 284359e commit f18255f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ filterwarnings=
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning

# shopkeep/pytest-black#67
ignore:'encoding' argument not specified::pytest_black

0 comments on commit f18255f

Please sign in to comment.