]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/debian-stable: add dependencies for executing pytests
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 21 Nov 2018 09:47:14 +0000 (10:47 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 4 Dec 2018 16:13:42 +0000 (17:13 +0100)
ci/debian-stable/Dockerfile

index 70b30ee555836dadeb43f932753ee5b2c01be234..ab9b828a1c116e7989383853309d40546dfa7f18 100644 (file)
@@ -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