[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
361/397: gnu: python-django-q2: Add missing inputs.
From: |
guix-commits |
Subject: |
361/397: gnu: python-django-q2: Add missing inputs. |
Date: |
Thu, 16 Jan 2025 04:31:22 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 41e494e5a36199d8a473c57297a2edfdf0fc13e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 14 14:29:50 2025 +0100
gnu: python-django-q2: Add missing inputs.
* gnu/packages/django.scm (python-django-q2)[propagated-inputs]: Add
python-blessed, python-boto3, python-croniter, python-django-q-rollbar,
python-django-q-sentry, python-django-redis, python-hiredis,
python-importlib-metadata, python-iron-mq, python-psutil, python-pymongo,
python-redis, and python-setproctitle.
[native-inputs]: Add python-pytest.
Change-Id: If0bfa8d218a5230c739d535feed107e716e88983
---
gnu/packages/django.scm | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index a2cc3a173c..eaa6b7eee9 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1136,15 +1136,24 @@ using Python multiprocessing.")
(sha256
(base32 "0zd1zpi5d3ky26i9rv0aii6kkb6gwvpypnwmsjbmpxiwawhv242j"))))
(build-system pyproject-build-system)
- (arguments
- (list
- ;; FIXME: Tests require disque, Redis, MongoDB, Docker.
- #:tests? #f))
- (native-inputs
- (list python-poetry-core))
- (propagated-inputs
- (list python-django
- python-django-picklefield))
+ ;; XXX: I just don't know how to correctly run the tests.
+ (arguments (list #:tests? #false))
+ (native-inputs (list python-poetry-core python-pytest))
+ (propagated-inputs (list python-blessed
+ python-boto3
+ python-croniter
+ python-django
+ python-django-picklefield
+ python-django-q-rollbar
+ python-django-q-sentry
+ python-django-redis
+ python-hiredis
+ python-importlib-metadata
+ python-iron-mq
+ python-psutil
+ python-pymongo
+ python-redis
+ python-setproctitle))
(home-page "https://django-q2.readthedocs.org")
(synopsis "Multiprocessing distributed task queue for Django")
(description
- 307/397: gnu: python-wsgi-intercept: Update to 1.13.1., (continued)
- 307/397: gnu: python-wsgi-intercept: Update to 1.13.1., guix-commits, 2025/01/16
- 310/397: gnu: python-verde: Fix build., guix-commits, 2025/01/16
- 290/397: gnu: unicorn: Add missing inputs., guix-commits, 2025/01/16
- 294/397: gnu: python-flask-httpauth: Update to 4.8.0., guix-commits, 2025/01/16
- 318/397: gnu: python-sep: Fix build., guix-commits, 2025/01/16
- 320/397: gnu: python-rangehttpserver: Fix build., guix-commits, 2025/01/16
- 311/397: gnu: python-vdf: Fix build., guix-commits, 2025/01/16
- 314/397: gnu: python-tweepy: Disable tests., guix-commits, 2025/01/16
- 335/397: gnu: python-agate-sql: Update to 0.7.2., guix-commits, 2025/01/16
- 337/397: gnu: python-agate-excel: Update to 0.4.1., guix-commits, 2025/01/16
- 361/397: gnu: python-django-q2: Add missing inputs.,
guix-commits <=
- 342/397: gnu: python-drms: Add missing inputs., guix-commits, 2025/01/16
- 341/397: gnu: mididings: Add missing inputs., guix-commits, 2025/01/16
- 383/397: gnu: python-cssutils: Update to 2.11.1., guix-commits, 2025/01/16
- 346/397: gnu: python-django-mailman3: Update to 1.3.15., guix-commits, 2025/01/16
- 356/397: gnu: python-django-compressor: Update to 4.5.1., guix-commits, 2025/01/16
- 351/397: gnu: python-kanon: Use python-pandas@2.2.3., guix-commits, 2025/01/16
- 365/397: gnu: python-monthdelta: Add missing inputs., guix-commits, 2025/01/16
- 355/397: gnu: python-rjsmin: Update to 1.2.3., guix-commits, 2025/01/16
- 397/397: gnu: python-fanc: Update to 0.9.28., guix-commits, 2025/01/16
- 373/397: gnu: python-automat: Update to 24.8.1., guix-commits, 2025/01/16