From 2ecd2facd9142a53471e01b59371ffafc7385595 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 2 Nov 2015 22:01:26 +0000 Subject: [PATCH] surt 0.3b2 is in pypi now, no need for devpi --- setup.py | 2 +- tests/run-tests.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 \