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

ci: add pytest-xdist dependency for Deckard

parent 921297c1
Branches
Tags
1 merge request!590ci: add pytest-xdist dependency for Deckard
Pipeline #37052 passed with warnings with stages
in 9 minutes and 45 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment