Remove workaround for pypy
We have setuptools as an explicit build-dep now, so this is redundant. Change-Id: Ieada661ccb06e5dc46fe824d8df172e76c7a5fdb
This commit is contained in:
parent
ab17d700ed
commit
e0674e56ec
5
tox.ini
5
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user