Remove pip install from autopkgtest.
IƱaki Malerba
3 years ago
0 | 0 |
Tests: unittests
|
1 | 1 |
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
|
2 | 2 |
|
3 | |
pip3 install riemann-client
|
4 | |
pip3 install -e .[all]
|
5 | 3 |
py.test-3 -r s tests
|