Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ black==25.1.0
shellcheck-py==0.11.0.1

# To test async code
pytest-asyncio==1.0.0 # required to pass test_new_job_transformation
pytest-asyncio==1.1.0 # required to pass test_new_job_transformation

# To test code that's making system time calls
# pytest-freezegun is not compatible with recent Django versions
Expand Down
10 changes: 7 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ attrs==23.2.0 \
# via
# outcome
# trio
backports-asyncio-runner==1.2.0 \
--hash=sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5 \
--hash=sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162
# via pytest-asyncio
betamax==0.9.0 \
--hash=sha256:82316e1679bc6879e3c83318d016b54b7c9225ff08c4462de4813e22038d5f94 \
--hash=sha256:880d6da87eaf7e61c42bdc4240f0ac04ab5365bd7f2798784c18d37d8cf747bc
Expand Down Expand Up @@ -362,9 +366,9 @@ pytest==8.4.1 \
# pytest-freezegun
# pytest-testmon
# pytest-watch
pytest-asyncio==1.0.0 \
--hash=sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3 \
--hash=sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f
pytest-asyncio==1.1.0 \
--hash=sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf \
--hash=sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea
# via -r requirements/dev.in
pytest-cov==6.2.1 \
--hash=sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2 \
Expand Down