Codebase list logbook / 3897b10
Merge branch 'remove-pip-install' into 'master' Remove pip install from autopkgtest. See merge request debian/logbook!29 IƱaki Malerba 3 years ago
2 changed file(s) with 10 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 Tests: unittests
11 Restrictions: needs-root
2 Depends:
3 python3-pip,
4 libzmq3-dev,
5 python3-setuptools,
6 python3-pytest,
7 python3-wheel,
8 redis-server
2 Depends:
3 libzmq3-dev,
4 python3-setuptools,
5 python3-pytest,
6 python3-wheel,
7 redis-server,
8 python3-bernhard,
9 python3-brotli
0 sed -i '/bind 127.0.0.1/d' /etc/redis/redis.conf
1 /etc/init.d/redis-server restart
0 sed -i '/bind 127.0.0.1/d' /etc/redis/redis.conf
1 /etc/init.d/redis-server restart
22
3 pip3 install riemann-client
4 pip3 install -e .[all]
53 py.test-3 -r s tests