summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-05-15 10:05:14 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2019-05-15 10:07:11 +0100
commit8cd725480ad25f2c444c9ad0f88a0d0279b8f3e0 (patch)
tree6671e83777ef555e39179317f38303484ce0ba44 /setup.cfg
parente200870360ae9b49a37efbd8d59fa7fe5628a819 (diff)
downloadvirtualenv-16.6.0.tar.gz
release 16.6.0 and drop all jython reference16.6.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index bf4bc6f..cd5cea4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,10 +41,10 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
testing = mock;python_version<"3.3"
pytest >= 4.0.0, <5
coverage >= 4.5.0, <5
- pytest-timeout >= 1.3.0, <2; platform_python_implementation!="Jython"
+ pytest-timeout >= 1.3.0, <2
xonsh; python_version>="3.5"
six >= 1.10.0, < 2
- pytest-xdist; platform_python_implementation!="Jython"
+ pytest-xdist
pytest-localserver
pypiserver
docs = sphinx >= 1.8.0, < 2