diff --git a/setup.py b/setup.py index b2b5a277ad7c90669124f1ec45d1e88a9f685e98..03591a64bffa92e6b4943b5a8295eec63fc68e96 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ test_lint_requirements = [ ] test_requirements = [ - 'freezegun>=1.3,<1.4', + 'time-machine>=2.13,<2.14', 'pytest>=8.0,<8.1', 'pytest-cov>=4.1,<4.2', 'tox>=4.13,<4.14',