diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 16:47:20 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:48 +0100 |
| commit | a7eaafb76381fe5fd4db23995cf7d3ae1351da85 (patch) | |
| tree | a0bc0732c6eb8085d90c4f302d37cec44c197e45 /gnu | |
| parent | 3be7fb7cb353cb2008018606c6e5a0b414aa2b29 (diff) | |
gnu: python-django-q-sentry: Disable tests.
No tests upstream.
* gnu/packages/django.scm (python-django-q-sentry)
[arguments]<#:tests?>: Disable them.
[native-inputs]: Remove python-wheel.
Change-Id: Ie61f4378fb43cc65d20269967d44def02e0b15a1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index a3325617ccb..864d292f86d 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1279,6 +1279,7 @@ Django Q, dependencies updates, docs updates and several bug fixes.") (build-system pyproject-build-system) (arguments (list + #:tests? #f ; no tests. #:phases #~(modify-phases %standard-phases (add-after 'unpack 'use-poetry-core @@ -1287,7 +1288,7 @@ Django Q, dependencies updates, docs updates and several bug fixes.") (substitute* "pyproject.toml" (("poetry.masonry.api") "poetry.core.masonry.api"))))))) (propagated-inputs (list python-sentry-sdk)) - (native-inputs (list python-poetry-core python-setuptools python-wheel)) + (native-inputs (list python-poetry-core python-setuptools)) (home-page "https://django-q.readthedocs.org") (synopsis "Sentry support plugin for Django Q") (description "This package provides a Sentry support plugin for Django Q.") |
