Skip to content

Commit

Permalink
Temporary limit pytest<5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and jaraco committed Apr 10, 2020
1 parent 5fcd649 commit 7b4078e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Expand Up @@ -83,7 +83,11 @@ docs =
collective.checkdocs

testing =
pytest>=2.8
# pytest >= 5.4.0 doesn't work with pytest-sugar <= 0.9.2
# once https://github.com/Teemu/pytest-sugar/pull/188 is
# merged, the upper bound can be removed.
# Ref: https://github.com/pytest-dev/pytest/issues/6931
pytest>=4.6.6,<5.4.0
pytest-mock==1.10.4
pytest-sugar>=0.9.1
pytest-testmon>=0.9.7,<1
Expand Down

0 comments on commit 7b4078e

Please sign in to comment.