Skip to content

Commit c38efe8

Browse files
committed
Use our fork of django-coverage-plugin
1 parent 7df20b8 commit c38efe8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

requirements.dev.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ pytest-cov
99
pytest-django
1010
pytest-playwright
1111
responses
12-
django_coverage_plugin
12+
# Currently using our fork of django_coverage_plugin, pending
13+
# upstream PR https://github.com/nedbat/django_coverage_plugin/pull/93
14+
https://github.com/opensafely-core/django_coverage_plugin/archive/153a0ca6c02f7f01831568a546c848c4a3f082cd.zip

requirements.dev.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ coverage==7.4.0 \
169169
# coverage
170170
# django-coverage-plugin
171171
# pytest-cov
172-
django-coverage-plugin==3.1.0 \
173-
--hash=sha256:223d34bf92bebadcb8b7b89932480e41c7bd98b44a8156934488fbe7f4a71f99 \
174-
--hash=sha256:eb0ea8ffdb0db11a02994fc99be6500550efb496c350d709f418ff3d8e553a67
172+
django-coverage-plugin @ https://github.com/opensafely-core/django_coverage_plugin/archive/153a0ca6c02f7f01831568a546c848c4a3f082cd.zip \
173+
--hash=sha256:db70db8737dd269c346f7af6e0c735a3d6462b944302f6bc0178c7bac9a4c7ee
175174
# via -r requirements.dev.in
176175
greenlet==3.0.3 \
177176
--hash=sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67 \

0 commit comments

Comments
 (0)