Skip to content

Commit

Permalink
Freeze pytest==3.6.*. Regression in pytest-dev/pytest#3742
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Aug 2, 2018
1 parent 76652db commit 19cd185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM tipsi/base_python:1.0.3
FROM tipsi/base_python:1.0.6

WORKDIR /code

RUN pip3 install pytest pytest-asyncio
RUN pip3 install pytest==3.6.* pytest-asyncio
RUN apt install -y tcpdump

ADD . /code
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'coverage',
'flake8',
'pytest',
'pytest-asyncio',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 19cd185

Please sign in to comment.