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 committed Mar 28, 2020
1 parent b704286 commit acdd752
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 =
sphinxcontrib-spelling>=4.3.0

testing =
pytest>=4.6.6
# 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.11.0
pytest-sugar>=0.9.1
pytest-testmon<1.0.0
Expand Down

0 comments on commit acdd752

Please sign in to comment.