From: Petr Špaček Date: Mon, 3 Aug 2020 12:15:07 +0000 (+0200) Subject: ci: avoid broken py.test 6.0.0 and dnspython 2.0.0 which causes linting errors X-Git-Tag: v5.1.3~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f799ce49f2546dfddd8aac5415e40f281b203b21;p=thirdparty%2Fknot-resolver.git ci: avoid broken py.test 6.0.0 and dnspython 2.0.0 which causes linting errors References: - https://github.com/pytest-dev/pytest/pull/7565 - https://github.com/rthalley/dnspython/pull/561 --- diff --git a/ci/debian-buster/Dockerfile b/ci/debian-buster/Dockerfile index 8d54c3176..1656ac56f 100644 --- a/ci/debian-buster/Dockerfile +++ b/ci/debian-buster/Dockerfile @@ -26,8 +26,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 +# tests/pytest dependencies: skip over broken versions +RUN pip3 install 'dnspython != 2.0.0' jinja2 'pytest != 6.0.0' pytest-html pytest-xdist # packet capture tools for Deckard RUN apt-get install --no-install-suggests --no-install-recommends -y -qqq tcpdump wireshark-common