surt 0.3b2 is in pypi now, no need for devpi

This commit is contained in:
Noah Levitt 2015-11-02 22:01:26 +00:00
parent 4dcaedb5d9
commit 2ecd2facd9
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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 \