summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-14 19:55:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-14 19:55:44 -0400
commit8fa0599ae2f2309ee5fb48b4c87dc8f2d7ea2f2c (patch)
tree61fe50ee13438d0b3814a4eb5f137539815d43b8
parentf01d2719802d3345332b761fb1c62fa4afd212c9 (diff)
downloadpython-setuptools-git-8fa0599ae2f2309ee5fb48b4c87dc8f2d7ea2f2c.tar.gz
Restrict jaraco.test to Python 3.6 or later to avoid installation failures.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c326d100..80541c31 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,7 +73,7 @@ tests =
paver; python_version>="3.6"
pip>=19.1 # For proper file:// URLs support.
jaraco.envs
- jaraco.test >= 3.1.1
+ jaraco.test >= 3.1.1; python_version >= "3.6"
docs =
# Keep these in sync with docs/requirements.txt