Skip to content
Snippets Groups Projects
Verified Commit 5daaab15 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

ci/debian-stable: add dependencies for executing pytests

parent 56da297b
Branches
Tags
1 merge request!707transport tests
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment