From e0674e56ec876c063f0dfebb4e8291f3fe33055d Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 18 Sep 2015 11:37:11 +1200 Subject: [PATCH] Remove workaround for pypy We have setuptools as an explicit build-dep now, so this is redundant. Change-Id: Ieada661ccb06e5dc46fe824d8df172e76c7a5fdb --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 70b757e8c5..5a0ed94fab 100644 --- a/tox.ini +++ b/tox.ini @@ -23,11 +23,6 @@ commands = generate-constraints {posargs} [testenv:validate] commands = validate-constraints {toxinidir}/global-requirements.txt {toxinidir}/upper-constraints.txt {toxinidir}/blacklist.txt -# work around until pypy vs. setuptools issue in bug 1290562 is fixed -[testenv:pypy] -deps = setuptools>3.4 - -r{toxinidir}/test-requirements.txt - [testenv:pep8] commands = flake8