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:
5
tox.ini
5
tox.ini
@@ -11,6 +11,11 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
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]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
|
Reference in New Issue
Block a user