# HG changeset patch # User Paul Ganssle <paul@ganssle.io> # Date 1539665473 14400 # Tue Oct 16 00:51:13 2018 -0400 # Node ID 3af136fdd6ac1f89d644f826816872a7f1bc24a4 # Parent eb164c67ce898d0d7887bd5b9408844d79da6c3f 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 diff --git a/requirements-dev.txt b/requirements-dev.txt --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,8 @@ 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'