diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 17:29:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:50 +0100 |
| commit | 03299bd10448954afaf5efa51ff369d69a44c88e (patch) | |
| tree | f73283a8b626ca3c0637ee293fd33c1d3fc33f5f /gnu | |
| parent | 9631761964e45550a40b2b53cf7beab9e2c46ddb (diff) | |
gnu: python-dj-search-url: Disable tests.
* gnu/packages/django.scm (python-dj-search-url)[arguments] <tests?>:
Disable for now.
[native-inputs]: Remove python-wheel.
Change-Id: I219f2346ed992790bdea01bb006ada9ae6bb9022
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9906d4d2570..71ff22564e0 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -833,6 +833,7 @@ settings from URLs.") license:cc0)))) ;configuration and data (define-public python-dj-search-url + ;; XXX: No updates since 2012, consider to remove in the next refresh cycle. (package (name "python-dj-search-url") (version "0.1") @@ -843,7 +844,9 @@ settings from URLs.") (base32 "0h7vshhglym6af2pplkyivk6y0g0ncq0xpdzi88kq2sha9c1lka2")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel)) + (arguments + (list #:tests? #f)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/dstufft/dj-search-url") (synopsis "Configure Haystack search from URLs") (description |
