mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
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
This commit is contained in:
parent
7e265ec757
commit
5e30e7d263
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue