Skip to content

Commit

Permalink
freeze pytest version
Browse files Browse the repository at this point in the history
pytest-sugar does not work with new pytest version
Teemu/pytest-sugar#187
Let's just freeze pytest version in the meantime
  • Loading branch information
PrettyWood committed Mar 18, 2020
1 parent 1e9167f commit 179f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -43,7 +43,7 @@ test =
flake8-quotes
isort
mypy
pytest
pytest==5.3.5
pytest-cases
pytest-cov
pytest-isort
Expand Down

0 comments on commit 179f6aa

Please sign in to comment.