Skip to content

Commit

Permalink
requirements: Address pytest regression installing pytest<5.4.0
Browse files Browse the repository at this point in the history
The version 5.4.0 of pytest introduced a regression preventing pytest-sugar
from working (see [1] and [2])

It has been fixed in pytest (see [3]) and waiting a new release of
pytest is published, this commit updates requirements.

[1] Teemu/pytest-sugar#187
[2] amueller#535 (comment)
[3] pytest-dev/pytest#6986
  • Loading branch information
jcfr committed Apr 8, 2020
1 parent 260c20f commit 01d3f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -2,7 +2,7 @@ codecov
coverage
flake8
mock
pytest
pytest<5.4.0
pytest-cov
pytest-sugar
setuptools>=28.0.0
Expand Down

0 comments on commit 01d3f76

Please sign in to comment.