Skip to content

Commit

Permalink
Merge pull request #2132 from HypothesisWorks/DRMacIver/ensure-latest…
Browse files Browse the repository at this point in the history
…-pip

Attempt to unbreak build by using latest pip and pip-tools
  • Loading branch information
Zac-HD committed Oct 14, 2019
2 parents 0c3bba6 + ea50edb commit a4a9de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export PYTHONPATH="$ROOT/tooling/src"

if ! "$TOOL_PYTHON" -m hypothesistooling check-installed ; then
rm -rf "$TOOL_VIRTUALENV"
"$PYTHON" -m pip install --upgrade pip
"$PYTHON" -m pip install --upgrade virtualenv
"$PYTHON" -m virtualenv "$TOOL_VIRTUALENV"
"$TOOL_PYTHON" -m pip install --no-warn-script-location -r requirements/tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ parso==0.5.1 # via jedi
pbr==5.4.3 # via stevedore
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==4.1.0
pip-tools==4.2.0
pkginfo==1.5.0.1 # via twine
pluggy==0.13.0 # via pytest, tox
prompt-toolkit==2.0.10 # via ipython
Expand Down

0 comments on commit a4a9de6

Please sign in to comment.