mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
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:
parent
5f085c0645
commit
7896760cd8
1 changed files with 6 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue