diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 18:19:34 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-15 18:19:34 +0100 |
commit | 1f31a5e0bfd0287e5dcc6bcccd0e70474904e3cf (patch) | |
tree | c5903558b941db7e74fb4b58fd79afae7a2ec2bc /gnu/packages/django.scm | |
parent | 4eb385fb33a324ee87724d43131b40d0c371f72f (diff) | |
download | patches-1f31a5e0bfd0287e5dcc6bcccd0e70474904e3cf.tar patches-1f31a5e0bfd0287e5dcc6bcccd0e70474904e3cf.tar.gz |
gnu: python-pytest-django: Disable tests.
* gnu/packages/django.scm (python-pytest-django,
python2-pytest-django)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu/packages/django.scm')
-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 415ee60a20..106d18a8d7 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -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 _ |