Skip to content

Commit 3c7d67d

Browse files
noirbizarreLee-W
authored andcommitted
test(warnings): switch from the unmaintained pytest-freezegun to pytest-freezer removing warnings
1 parent 0359d4b commit 3c7d67d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ pytest = "^7.0.0"
7979
pytest-cov = "^2.6"
8080
pytest-mock = "^2.0"
8181
codecov = "^2.0"
82-
freezegun = "^0.3.15"
83-
pytest-regressions = "^2.2.0"
84-
pytest-freezegun = "^0.4.2"
82+
pytest-regressions = "^2.4.0"
83+
pytest-freezer = "^0.4.6"
8584
# code formatter
8685
black = "^21.12b0"
8786
isort = "^5.7.0"

0 commit comments

Comments
 (0)