mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-pytest-django: Disable tests.
* gnu/packages/django.scm (python-pytest-django, python2-pytest-django)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
4eb385fb33
commit
1f31a5e0bf
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ (define-public python-pytest-django
|
|||
"1mmc7zsz3dlhs6sx4sppkj1vgshabi362r1a8b8wpj1qfximpqcb"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:tests? #f ; FIXME: How to run tests?
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-setuppy
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue