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:
Sean Dague 2014-04-17 20:50:09 -04:00
parent ea444a23ff
commit 41a801f6f4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ commands =
# work around until pypy vs. setuptools issue in bug 1290562 is fixed
[testenv:pypy]
deps = setuptools<3.2
deps = setuptools>3.4
-r{toxinidir}/test-requirements.txt
[testenv:pep8]