diff --git a/setup.py b/setup.py index a26166b..ef33be2 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ class PyTest(TestCommand): errno = pytest.main(self.test_args) sys.exit(errno) -deps = ['certauth>=1.1.0', 'warctools', 'kafka-python', 'surt', 'rethinkstuff'] +deps = ['certauth>=1.1.0', 'warctools', 'kafka-python', 'surt==0.3b2', 'rethinkstuff'] try: import concurrent.futures except: diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 069986f..7e67fe6 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -14,7 +14,6 @@ do docker run --rm -i -t --volume="$script_dir/..:/warcprox" internetarchive/rethinkdb /sbin/my_init -- \ bash -x -c " adduser --gecos=$user --disabled-password --quiet --uid=$uid $user \ && sudo -u $user bash -x -c 'cd /warcprox \ - && devpi use --set-cfg http://crawl342.us.archive.org:9000/nlevitt/dev \ && virtualenv -p $python /tmp/venv \ && source /tmp/venv/bin/activate \ && pip --log-file /tmp/pip.log install . pytest requests \