diff --git a/tests/Dockerfile b/tests/Dockerfile index 6a97ac0..df9a688 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -80,7 +80,7 @@ RUN apt-get install -y libsqlite3-dev # trough itself RUN virtualenv -p python3 /opt/trough-ve3 \ && . /opt/trough-ve3/bin/activate \ - && pip install git+https://github.com/jkafader/snakebite@feature/python3-version-string \ + && pip install git+https://github.com/nlevitt/snakebite.git@py3 \ && pip install git+https://github.com/internetarchive/trough.git RUN mkdir -vp /etc/service/trough-sync-local \ diff --git a/tests/run-trough.sh b/tests/run-trough.sh index ce80488..64939a6 100644 --- a/tests/run-trough.sh +++ b/tests/run-trough.sh @@ -5,7 +5,7 @@ set -x -pip install git+https://github.com/jkafader/snakebite@feature/python3-version-string +pip install git+https://github.com/nlevitt/snakebite.git@py3 pip install git+https://github.com/internetarchive/trough.git mkdir /etc/trough