[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28726] [PATCH 4/6] gnu: python: Disable tests for python-graphene.
From: |
Christopher Baines |
Subject: |
[bug#28726] [PATCH 4/6] gnu: python: Disable tests for python-graphene. |
Date: |
Sun, 8 Oct 2017 17:03:50 +0100 |
As the tests are missing from the PyPI release.
* gnu/packages/python.scm (python-graphene)[arguments]: Set #:tests? to #f.
---
gnu/packages/python.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cc7aa8fa4..eb98f5f13 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13112,6 +13112,9 @@ from Facebook.")
(base32
"09zhac7igh9ixdz0ay6csy35b40l1jwbf2wrbxmgxwfhy51iy06q"))))
(build-system python-build-system)
+ (arguments
+ ;; Tests missing from PyPI release.
+ '(#:tests? #f))
(native-inputs
`(("python-django-filter" ,python-django-filter)
("python-mock" ,python-mock)
--
2.14.2
[bug#28726] [PATCH 1/6] gnu: django: Fix the build for python-django-gravatar2., Christopher Baines, 2017/10/08