Skip to content

Commit

Permalink
ci: avoid broken py.test 6.0.0 and dnspython 2.0.0 which causes linti…
Browse files Browse the repository at this point in the history
…ng errors

References:
- pytest-dev/pytest#7565
- rthalley/dnspython#561
  • Loading branch information
pspacek committed Aug 3, 2020
1 parent c80ef8e commit f799ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/debian-buster/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit f799ce4

Please sign in to comment.