From: Tomas Krizek Date: Wed, 21 Nov 2018 09:47:14 +0000 (+0100) Subject: ci/debian-stable: add dependencies for executing pytests X-Git-Tag: v3.2.0~18^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5daaab15dd60093e7cb0b2675b69689efcfc851e;p=thirdparty%2Fknot-resolver.git ci/debian-stable: add dependencies for executing pytests --- diff --git a/ci/debian-stable/Dockerfile b/ci/debian-stable/Dockerfile index 70b30ee55..ab9b828a1 100644 --- a/ci/debian-stable/Dockerfile +++ b/ci/debian-stable/Dockerfile @@ -25,6 +25,8 @@ RUN pip3 install --upgrade pip RUN pip3 install pylint RUN pip3 install pep8 RUN pip3 install pytest-xdist +# tests/pytest dependencies +RUN pip3 install dnspython jinja2 pytest pytest-html pytest-xdist # C dependencies for python-augeas RUN apt-get install -y -qqq libaugeas-dev libffi-dev