mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
3be7fb7cb3
commit
a7eaafb763
1 changed files with 2 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue