diff options
| author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-02-12 09:50:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-12 04:50:31 -0500 |
| commit | f22eb5b60adbe158e458614ea0380a9071c39347 (patch) | |
| tree | 4c0663f465cc9a7eb9d4d1c72adab29eaa1873da /pytest.ini | |
| parent | a9ea801a43fc62a569cf60e1c28e477ba510d8a0 (diff) | |
| download | python-setuptools-git-f22eb5b60adbe158e458614ea0380a9071c39347.tar.gz | |
Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58)
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,7 +9,9 @@ filterwarnings= # shopkeep/pytest-black#55 ignore:<class 'pytest_black.BlackItem'> is not using a cooperative constructor:pytest.PytestDeprecationWarning ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning + ignore:BlackItem is an Item subclass and should not be a collector:pytest.PytestWarning # tholo/pytest-flake8#83 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 |
