Work around pypy testing issue
We appear to be hitting an issue similar to bug #1290562, so try the same workaround. Change-Id: I17b663480016394daaa0378907c02f965be4222b Partial-Bug: #1453095 Related-Bug: #1290562
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -11,6 +11,11 @@ deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
[testenv:pypy]
|
||||
deps = setuptools<3.2
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
flake8
|
||||
@@ -37,4 +42,4 @@ exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
|
||||
max-complexity=20
|
||||
|
||||
[hacking]
|
||||
import_exceptions = heatclient.openstack.common._i18n
|
||||
import_exceptions = heatclient.openstack.common._i18n
|
||||
|
Reference in New Issue
Block a user