Skip to content

Commit

Permalink
Replace pytest-freezegun with pytest-freezer
Browse files Browse the repository at this point in the history
pytest-freezegun is no longer actively maintained and has been
moved into the main pytest-dev org as pytest-freezer

https://github.com/pytest-dev/pytest-freezer
  • Loading branch information
rebkwok committed Aug 12, 2024
1 parent a8107d9 commit 72caedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ pip-tools
pre-commit
pytest
pytest-cov
pytest-freezegun
pytest-freezer
pytest-responses
requests_mock
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ flake8-implicit-str-concat==0.3.0
flake8-no-pep420==2.2.0
# via -r requirements.dev.in
freezegun==1.2.1
# via pytest-freezegun
# via pytest-freezer
hypothesis==6.39.4
# via -r requirements.dev.in
identify==2.4.12
Expand Down Expand Up @@ -92,11 +92,11 @@ pytest==7.1.1
# via
# -r requirements.dev.in
# pytest-cov
# pytest-freezegun
# pytest-freezer
# pytest-responses
pytest-cov==3.0.0
# via -r requirements.dev.in
pytest-freezegun==0.4.2
pytest-freezer==0.4.8
# via -r requirements.dev.in
pytest-responses==0.5.0
# via -r requirements.dev.in
Expand Down

0 comments on commit 72caedf

Please sign in to comment.