summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-16 15:04:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:39 +0100
commitfb51dc5c5c29f64fc8c25fd11da1cb1f7595fca8 (patch)
treef76261c2e9470bc238f76a7eb6613fd0dd02a8fe /gnu/packages/django.scm
parented0249ab481c30c5b7a5ec6e29decd1d5ceaf516 (diff)
gnu: packages: Remove python-pytest-cov native-inputs.
Obtained with ./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov on top of https://codeberg.org/guix/guix/pulls/5862 For this reason, I don't think it's relevant to generate a GNU Style Changelog. Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4e51946f867..4f8590ac78f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -313,7 +313,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
313 (base32 "1a5vd07wrnfbclvf6pz9p8ag9kdd1453lsl9q0bkyc45hq2xqd2a")))) 313 (base32 "1a5vd07wrnfbclvf6pz9p8ag9kdd1453lsl9q0bkyc45hq2xqd2a"))))
314 (build-system pyproject-build-system) 314 (build-system pyproject-build-system)
315 (native-inputs 315 (native-inputs
316 (list python-django python-pytest python-pytest-cov python-setuptools)) 316 (list python-django python-pytest python-setuptools))
317 (home-page "https://github.com/epicserve/django-cache-url") 317 (home-page "https://github.com/epicserve/django-cache-url")
318 (synopsis "Configure Django cache settings from URLs") 318 (synopsis "Configure Django cache settings from URLs")
319 (description 319 (description
@@ -403,8 +403,7 @@ and adapters that are useful for non-trivial configuration scenarios.")
403 (list python-aiosmtpd 403 (list python-aiosmtpd
404 python-factory-boy 404 python-factory-boy
405 python-pygments 405 python-pygments
406 python-pytest 406 python-pytest ; runs by default
407 python-pytest-cov ; runs by default
408 python-pytest-django 407 python-pytest-django
409 python-setuptools 408 python-setuptools
410 python-shortuuid 409 python-shortuuid
@@ -2168,8 +2167,7 @@ templates and not in python-level form definitions.")
2168 (base32 "02ipa8d8ndnj8bs4dqhk03id4vmrvyr25vkpfqcfhmwipbhx8dc0")))) 2167 (base32 "02ipa8d8ndnj8bs4dqhk03id4vmrvyr25vkpfqcfhmwipbhx8dc0"))))
2169 (build-system pyproject-build-system) 2168 (build-system pyproject-build-system)
2170 (native-inputs 2169 (native-inputs
2171 (list python-pytest 2170 (list python-pytest ; runs by default
2172 python-pytest-cov ; runs by default
2173 python-pytest-django 2171 python-pytest-django
2174 python-setuptools 2172 python-setuptools
2175 python-wheel)) 2173 python-wheel))