guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d4fae42f4538928aadb09a5b962553f3b84b80ff
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 17:23:59 2025 +0100
gnu: python-dj-email-url: Disable tests.
* gnu/packages/django.scm (python-dj-email-url)[arguments] <tests?>:
Disable for now.
[native-inputs]: Remove python-wheel.
Change-Id: I495c1f71991af93ab74d623e156c087fea4740f9
---
gnu/packages/django.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index ebb4f55cfb..9906d4d257 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -820,7 +820,9 @@ conn_max_age argument to easily enable Django’s connection
pool.")
(base32
"16k91rvd9889xxrrf84a3zb0jpinizhfqdmafn54zxa8kqrf7zsm"))))
(build-system pyproject-build-system)
- (native-inputs (list python-setuptools python-wheel))
+ (arguments
+ (list #:tests? #f)) ;XXX: no tests in PyPI, check in git
+ (native-inputs (list python-setuptools))
(home-page "https://github.com/migonzalvar/dj-email-url")
(synopsis "Configure email settings from URLs")
(description