Skip to content

Commit

Permalink
Merge pull request #614 from opensafely-core/replace-pytest-freezegun
Browse files Browse the repository at this point in the history
Replace pytest-freezegun with pytest-freezer
  • Loading branch information
rebkwok authored Aug 13, 2024
2 parents 8554577 + bc8e2e6 commit c067156
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip-tools
pytest
pytest-cov
pytest-django
pytest-freezegun
pytest-freezer
pytest-playwright
responses
# Currently using our fork of django_coverage_plugin, pending
Expand Down
10 changes: 5 additions & 5 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ djhtml==3.0.6 \
freezegun==1.5.1 \
--hash=sha256:b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9 \
--hash=sha256:bf111d7138a8abe55ab48a71755673dbaa4ab87f4cff5634a4442dfec34c15f1
# via pytest-freezegun
# via pytest-freezer
greenlet==3.0.3 \
--hash=sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67 \
--hash=sha256:0448abc479fab28b00cb472d278828b3ccca164531daab4e970a0458786055d6 \
Expand Down Expand Up @@ -360,7 +360,7 @@ pytest==8.3.2 \
# pytest-base-url
# pytest-cov
# pytest-django
# pytest-freezegun
# pytest-freezer
# pytest-playwright
pytest-base-url==2.1.0 \
--hash=sha256:02748589a54f9e63fcbe62301d6b0496da0d10231b753e950c63e03aee745d45 \
Expand All @@ -374,9 +374,9 @@ pytest-django==4.8.0 \
--hash=sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90 \
--hash=sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7
# via -r requirements.dev.in
pytest-freezegun==0.4.2 \
--hash=sha256:19c82d5633751bf3ec92caa481fb5cffaac1787bd485f0df6436fd6242176949 \
--hash=sha256:5318a6bfb8ba4b709c8471c94d0033113877b3ee02da5bfcd917c1889cde99a7
pytest-freezer==0.4.8 \
--hash=sha256:644ce7ddb8ba52b92a1df0a80a699bad2b93514c55cf92e9f2517b68ebe74814 \
--hash=sha256:8ee2f724b3ff3540523fa355958a22e6f4c1c819928b78a7a183ae4248ce6ee6
# via -r requirements.dev.in
pytest-playwright==0.5.1 \
--hash=sha256:54eb12742de16bf50d9630fe06ac398727e52d5c1e55269acb37e1ede91d9e00 \
Expand Down

0 comments on commit c067156

Please sign in to comment.