[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28726] [PATCH 4/5] gnu: python: Disable tests for python-graphene.
From: |
Christopher Baines |
Subject: |
[bug#28726] [PATCH 4/5] gnu: python: Disable tests for python-graphene. |
Date: |
Fri, 6 Oct 2017 21:27:01 +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 594dd38e4..6489bb415 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13099,6 +13099,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/5] gnu: django: Fix the build for python-django-gravatar2., Cyril Roelandt, 2017/10/07
[bug#28726] [PATCH 1/6] gnu: django: Fix the build for python-django-gravatar2., Christopher Baines, 2017/10/08