mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
surt 0.3b2 is in pypi now, no need for devpi
This commit is contained in:
parent
4dcaedb5d9
commit
2ecd2facd9
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ class PyTest(TestCommand):
|
|||||||
errno = pytest.main(self.test_args)
|
errno = pytest.main(self.test_args)
|
||||||
sys.exit(errno)
|
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:
|
try:
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
except:
|
except:
|
||||||
|
@ -14,7 +14,6 @@ do
|
|||||||
docker run --rm -i -t --volume="$script_dir/..:/warcprox" internetarchive/rethinkdb /sbin/my_init -- \
|
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 \
|
bash -x -c " adduser --gecos=$user --disabled-password --quiet --uid=$uid $user \
|
||||||
&& sudo -u $user bash -x -c 'cd /warcprox \
|
&& 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 \
|
&& virtualenv -p $python /tmp/venv \
|
||||||
&& source /tmp/venv/bin/activate \
|
&& source /tmp/venv/bin/activate \
|
||||||
&& pip --log-file /tmp/pip.log install . pytest requests \
|
&& pip --log-file /tmp/pip.log install . pytest requests \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user