diff --git a/debian/tests/control b/debian/tests/control index f622643..e14cca8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,9 +1,10 @@ Tests: unittests Restrictions: needs-root -Depends: - python3-pip, - libzmq3-dev, - python3-setuptools, - python3-pytest, - python3-wheel, - redis-server +Depends: + libzmq3-dev, + python3-setuptools, + python3-pytest, + python3-wheel, + redis-server, + python3-bernhard, + python3-brotli diff --git a/debian/tests/unittests b/debian/tests/unittests index f5ecfd1..6e038cd 100644 --- a/debian/tests/unittests +++ b/debian/tests/unittests @@ -1,6 +1,4 @@ -sed -i '/bind 127.0.0.1/d' /etc/redis/redis.conf -/etc/init.d/redis-server restart +sed -i '/bind 127.0.0.1/d' /etc/redis/redis.conf +/etc/init.d/redis-server restart -pip3 install riemann-client -pip3 install -e .[all] py.test-3 -r s tests