diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 17:23:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:50 +0100 |
| commit | 9631761964e45550a40b2b53cf7beab9e2c46ddb (patch) | |
| tree | 9af4b616c5c4abe9cf04b30216afcf8e3596e9b8 /gnu | |
| parent | c24ac49d7e353a3e4547bde24f112c0d0895c8da (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index ebb4f55cfb9..9906d4d2570 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 |
