summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-15 19:45:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-15 19:45:15 -0400
commit4399038f2eab21f942a5462e0f5b1351e6203873 (patch)
tree9ea451973a2b3847f34b6850c1315928893b9bbc /setup.cfg
parent2fe1c20f3cb20628af6b5d04d6073da9f2652af0 (diff)
downloadpytest-runner-4399038f2eab21f942a5462e0f5b1351e6203873.tar.gz
Only install and invoke pytest-black on Python 3
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 a3eb3c9..235303f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ testing =
pytest >= 3.5, !=3.7.3
pytest-checkdocs
pytest-flake8
- pytest-black
+ pytest-black; python_version >= "3"
# local