Commit 8fa0599a authored by Jason R. Coombs's avatar Jason R. Coombs

Restrict jaraco.test to Python 3.6 or later to avoid installation failures.

parent f01d2719
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment