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
This commit is contained in:
Sharlatan Hellseher 2025-09-21 17:23:59 +01:00
parent c24ac49d7e
commit 9631761964
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -820,7 +820,9 @@ conn_max_age argument to easily enable Djangos connection pool.")
(base32 (base32
"16k91rvd9889xxrrf84a3zb0jpinizhfqdmafn54zxa8kqrf7zsm")))) "16k91rvd9889xxrrf84a3zb0jpinizhfqdmafn54zxa8kqrf7zsm"))))
(build-system pyproject-build-system) (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") (home-page "https://github.com/migonzalvar/dj-email-url")
(synopsis "Configure email settings from URLs") (synopsis "Configure email settings from URLs")
(description (description