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

Merge branch 'ci-docker-update' into 'master'

ci: add pytest-xdist dependency for Deckard

See merge request !590
parents 921297c1 cce2171e
No related branches found
No related tags found
1 merge request!590ci: add pytest-xdist dependency for Deckard
Pipeline #
......@@ -23,6 +23,7 @@ RUN apt-get install -y -qqq python3-pip wget augeas-tools
RUN pip3 install --upgrade pip
RUN pip3 install pylint
RUN pip3 install pep8
RUN pip3 install pytest-xdist
# C dependencies for python-augeas
RUN apt-get install -y -qqq libaugeas-dev libffi-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment