Skip to content

Commit

Permalink
Merge pull request #1817 from gizmoguy/workaround-pip
Browse files Browse the repository at this point in the history
Workaround pip
  • Loading branch information
gizmoguy committed Mar 26, 2018
2 parents 5387b2d + 8a1c4f3 commit ca37e64
Show file tree
Hide file tree
Showing 7 changed files with 2,351 additions and 2,354 deletions.
6 changes: 3 additions & 3 deletions docker/base/install-faucet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ FROOT=/faucet-src

dir=`dirname $0`

# Clean up
rm -r "$FROOT/docs"

$APK add -U git $BUILDDEPS && \
$dir/retrycmd.sh "$PIP3 pip" && \
$dir/retrycmd.sh "$PIP3 $TESTDEPS" && \
Expand All @@ -16,6 +19,3 @@ $APK add -U git $BUILDDEPS && \
python3 -m pytest $FROOT/tests/test_valve.py && \
for i in $BUILDDEPS ; do $APK del $i ; done && \
find / -name \*pyc -delete

# Clean up
rm -r "$FROOT/docs"

This file was deleted.

Loading

0 comments on commit ca37e64

Please sign in to comment.