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:
Steven Hardy
2015-05-11 10:59:49 +01:00
parent 5f085c0645
commit 7896760cd8

View File

@@ -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