Upgrade pip to a particular version during local test and CI.
Some checks failed
the build failed

This commit is contained in:
Dan Helfman 2019-05-14 10:28:04 -07:00
commit ed2c6053de
4 changed files with 9 additions and 5 deletions

View file

@ -8,8 +8,7 @@ usedevelop = True
deps = -rtest_requirements.txt
whitelist_externals = sh
install_command =
# temporary work around for https://github.com/pypa/pip/issues/6434
python -m pip install --no-use-pep517 {opts} {packages}
sh scripts/pip {opts} {packages}
commands =
pytest
sh scripts/black