summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-01-27 18:19:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2023-01-27 18:19:23 -0500
commitf18255faba76a6a86bf3fa6f73da9d974262aebd (patch)
tree4fd8ac5d149933a24e95d140d2b3f6952458875b
parent284359e5123eb6a9f975092d1fb17dfa814d1594 (diff)
downloadpython-setuptools-git-f18255faba76a6a86bf3fa6f73da9d974262aebd.tar.gz
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 1e6adf08..bd7d0b52 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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