From bc8e2e670136ebcb8c45cb78280ae4e6b2873474 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Mon, 12 Aug 2024 14:50:27 +0100 Subject: [PATCH] Replace pytest-freezegun with pytest-freezer 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 --- requirements.dev.in | 2 +- requirements.dev.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.dev.in b/requirements.dev.in index f8361e53..e2595d33 100644 --- a/requirements.dev.in +++ b/requirements.dev.in @@ -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 diff --git a/requirements.dev.txt b/requirements.dev.txt index feada4ad..45a5c3cc 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --allow-unsafe --generate-hashes --output-file=requirements.dev.txt --strip-extras requirements.dev.in +# pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.dev.in # asgiref==3.8.1 \ --hash=sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47 \ @@ -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 \ @@ -360,7 +360,7 @@ pytest==8.3.1 \ # pytest-base-url # pytest-cov # pytest-django - # pytest-freezegun + # pytest-freezer # pytest-playwright pytest-base-url==2.1.0 \ --hash=sha256:02748589a54f9e63fcbe62301d6b0496da0d10231b753e950c63e03aee745d45 \ @@ -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 \