Skip to content

Commit

Permalink
Merge pull request #465 from Yelp/use-py27-compatible-pytest
Browse files Browse the repository at this point in the history
Make sure we don't go beyond pytest 4.6.X for Python 2.7 compatibility
  • Loading branch information
sjaensch committed Sep 28, 2020
2 parents 57f13b1 + da51f67 commit c34d4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ httpretty
mock
pip>=9.0.1 # workaround to https://github.com/pypa/pip/issues/3903
pre-commit
pytest
pytest<4.7 # need support for Python 2.7, see https://docs.pytest.org/en/latest/py27-py34-deprecation.html
u-msgpack-python

0 comments on commit c34d4fd

Please sign in to comment.