From: Tomas Krizek Date: Fri, 25 May 2018 14:38:51 +0000 (+0200) Subject: ci: add pytest-xdist dependency for Deckard X-Git-Tag: v2.4.0~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce2171eebfcb5e428655546a1987f5c9bd75d4d;p=thirdparty%2Fknot-resolver.git ci: add pytest-xdist dependency for Deckard --- diff --git a/ci/Dockerfile.debian b/ci/Dockerfile.debian index a6c60185a..5ee997de5 100644 --- a/ci/Dockerfile.debian +++ b/ci/Dockerfile.debian @@ -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