require new setuptools
Bug #1290562 believes new setuptools fixes the the issue now, try a new version to see. Change-Id: Ifcc7bf4b0e94d96fca5d87ee85de788564b4aba6
This commit is contained in:
parent
ea444a23ff
commit
41a801f6f4
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ commands =
|
|||||||
|
|
||||||
# work around until pypy vs. setuptools issue in bug 1290562 is fixed
|
# work around until pypy vs. setuptools issue in bug 1290562 is fixed
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
deps = setuptools<3.2
|
deps = setuptools>3.4
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Loading…
Reference in New Issue
Block a user