summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2014-03-18 18:32:56 +1300
committerJUNJIE NAN <nanjj@cn.ibm.com>2014-03-18 14:49:28 +0800
commit5e30e7d2633d95a614ae700b3cbd19f73bb3d434 (patch)
tree4b5a63c8e815c3ae6b4b61cad9029c9c092ab615 /tox.ini
parent7e265ec757f26bce5038bdcc7fa81abd823e328f (diff)
downloadpython-heatclient-5e30e7d2633d95a614ae700b3cbd19f73bb3d434.tar.gz
Workaround failing pypy gate job
Until a proper fix is found, pin the version of setuptools to one that doesn't cause this issue. Change-Id: I4f5f2b6449a90df06b366f9eb3f2c16bb37cc758 Related-Bug: #1290562
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ced6c9e..c4d4242 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,10 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
+[testenv:pypy]
+deps = setuptools<3.2
+ -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
[tox:jenkins]
downloadcache = ~/cache/pip