diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-01-27 18:19:23 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-01-27 18:19:23 -0500 |
| commit | f18255faba76a6a86bf3fa6f73da9d974262aebd (patch) | |
| tree | 4fd8ac5d149933a24e95d140d2b3f6952458875b | |
| parent | 284359e5123eb6a9f975092d1fb17dfa814d1594 (diff) | |
| download | python-setuptools-git-f18255faba76a6a86bf3fa6f73da9d974262aebd.tar.gz | |
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
| -rw-r--r-- | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
