summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-15 21:21:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-15 21:24:53 -0400
commitd4c65e6784e783549bfe5bba1ccbc7be76eb41ff (patch)
tree9413c8a724b9525093bc1edaee2ae93246c1cdf8 /setup.cfg
parent4399038f2eab21f942a5462e0f5b1351e6203873 (diff)
downloadpytest-runner-d4c65e6784e783549bfe5bba1ccbc7be76eb41ff.tar.gz
Use pytest-black-multipy to enable simple support for pytest-black where available. Ref pytest-dev/pytest#5272.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 235303f..9345869 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ testing =
pytest >= 3.5, !=3.7.3
pytest-checkdocs
pytest-flake8
- pytest-black; python_version >= "3"
+ pytest-black-multipy
# local