Temporary work-around for setuptools 36.0.0 bug. (#25243)

* Temporary work-around for setuptools 36.0.0 bug.
* Use older setuptools for pip integration test.
* Limit isort version to avoid new test failures.
This commit is contained in:
Matt Clay
2017-06-01 16:23:32 +08:00
committed by GitHub
parent 343b83041e
commit 9d8aa43c67
3 changed files with 5 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ changedir = {toxinidir}/../../
commands = {posargs}
passenv = HOME SHIPPABLE*
args_are_paths = False
deps = setuptools == 35.0.2