Skip to content

Commit d117f0c

Browse files
authored
Tests: unpin freezegun version (#1077)
1 parent 51238c7 commit d117f0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ types-pytz>=2022.1.2
1515

1616
# needed for running tests
1717
coverage[toml]>=5.5
18-
# pin freezegun to 1.4.x until https://github.com/spulec/freezegun/pull/546 is resolved
19-
freezegun ~= 1.4.0
18+
freezegun>=1.5.1
2019
mock>=4.0.3
2120
pytest>=6.2.5
2221
pytest-asyncio>=0.16.0

0 commit comments

Comments
 (0)