Skip to content

Commit

Permalink
Using pytest 4.0 will make tests fail because fixtures are called dir…
Browse files Browse the repository at this point in the history
…ectly instead of only relying on pytest passing the correct fixtures around. (#276)
  • Loading branch information
okin authored and schettino72 committed Jan 2, 2019
1 parent f7ae4a7 commit c94ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ pip install --requirement dev_requirements.txt

pyflakes
pytest>=2.8.0
pytest>=2.8.0,<4.0
pytest-ignore-flaky
coverage>=4.0
doit-py>=0.4.0

0 comments on commit c94ea32

Please sign in to comment.