Skip to content

Commit

Permalink
Merge pull request #824 from pganssle/pin_freezegun
Browse files Browse the repository at this point in the history
Pin freezegun on Python 3.3
  • Loading branch information
pganssle committed Oct 16, 2018
2 parents e2d7f3c + c557583 commit 770b8f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ six
pytest >= 3.0; python_version != '3.3'
pytest < 3.3; python_version == '3.3'
pytest-cov >= 2.0.0
freezegun
freezegun < 0.3.11; python_version == '3.3'
freezegun ; python_version != '3.3'
hypothesis >= 3.30
coverage
mock ; python_version < '3.0'

0 comments on commit 770b8f0

Please sign in to comment.