~ruther/guix-local

1f31a5e0bfd0287e5dcc6bcccd0e70474904e3cf — Marius Bakke 9 years ago 4eb385f
gnu: python-pytest-django: Disable tests.

* gnu/packages/django.scm (python-pytest-django,
  python2-pytest-django)[arguments]: Set #:tests? #f.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +2 -1
@@ 135,7 135,8 @@ with arguments to the field constructor.")
                "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 _