mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: python-django-logging-json: Disable sanity check.
* gnu/packages/django.scm (python-django-logging-json)[arguments]: Add #:phases.
This commit is contained in:
parent
19520996f0
commit
63975ea51c
1 changed files with 5 additions and 1 deletions
|
@ -1249,7 +1249,11 @@ FileFields during tests.")
|
||||||
(base32
|
(base32
|
||||||
"06041a8icazzp73kg93c7k1ska12wvkq7fpcad0l0sm1qnxx5yx7"))))
|
"06041a8icazzp73kg93c7k1ska12wvkq7fpcad0l0sm1qnxx5yx7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ;no tests
|
(arguments
|
||||||
|
'(#:tests? #f ;no tests
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
;; Importing this module requires a Django project.
|
||||||
|
(delete 'sanity-check))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-certifi" ,python-certifi)
|
`(("python-certifi" ,python-certifi)
|
||||||
("python-django" ,python-django)
|
("python-django" ,python-django)
|
||||||
|
|
Loading…
Add table
Reference in a new issue