summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-27 09:22:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-27 09:22:12 -0400
commit2c2fee097e1898a8c00b4434f74063302aeb96e9 (patch)
tree303a68c19efc0313f40e948fef4ff11064e817e1
parentb4dd44cc7c8da44bcc8f2674d2a5d764091f63c6 (diff)
downloadpytest-runner-2c2fee097e1898a8c00b4434f74063302aeb96e9.tar.gz
Prefer pytest-black to pytest-black-multipy
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c20fa10..3f887a6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,7 +26,7 @@ testing =
pytest >= 3.5, !=3.7.3
pytest-checkdocs >= 1.2.3
pytest-flake8
- pytest-black-multipy
+ pytest-black >= 0.3.7
pytest-cov
# local