Codebase list logbook / a1d3bd8
Remove pip install from autopkgtest. IƱaki Malerba 3 years ago
2 changed file(s) with 9 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
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