Skip to content
Snippets Groups Projects
Commit 3af136fdd6ac authored by Paul Ganssle's avatar Paul Ganssle
Browse files

Pin freezegun on Python 3.3

freezegun version 0.3.11 has the common issue of incorrect PyPI metadata
mismatched with Requires-Python:

https://github.com/spulec/freezegun/issues/268
parent eb164c67ce89
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
pytest >= 3.0; python_version != '3.3' pytest >= 3.0; python_version != '3.3'
pytest < 3.3; python_version == '3.3' pytest < 3.3; python_version == '3.3'
pytest-cov >= 2.0.0 pytest-cov >= 2.0.0
freezegun freezegun < 0.3.11; python_version == '3.3'
freezegun ; python_version != '3.3'
hypothesis >= 3.30 hypothesis >= 3.30
coverage coverage
mock ; python_version < '3.0' mock ; python_version < '3.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment