aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-22 15:21:49 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-23 14:49:30 +0200
commit2b1b27990bb7600dcfcc7f5cfffe07c2118fa434 (patch)
tree8c0c5f4a9ecd853c282bf14776931d078acffb63
parentf737d9f2fb71a28749e63de7af234d50c73139df (diff)
downloadguix-2b1b27990bb7600dcfcc7f5cfffe07c2118fa434.tar
guix-2b1b27990bb7600dcfcc7f5cfffe07c2118fa434.tar.gz
gnu: python-graphene: Disable tests.
* gnu/packages/python.scm (python-graphene)[native-inputs]: Remove. [arguments]: Disable #:tests.
-rw-r--r--gnu/packages/python.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 86bc4875bf..47d5f63b7f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13168,18 +13168,14 @@ from Facebook.")
(base32
"09zhac7igh9ixdz0ay6csy35b40l1jwbf2wrbxmgxwfhy51iy06q"))))
(build-system python-build-system)
- (native-inputs
- `(("python-django-filter" ,python-django-filter)
- ("python-mock" ,python-mock)
- ("python-psycopg2" ,python-psycopg2)
- ("python-pytest-django" ,python-pytest-django)
- ("python-sqlalchemy-utils" ,python-sqlalchemy-utils)))
(propagated-inputs
`(("python-graphql-core" ,python-graphql-core)
("python-graphql-relay" ,python-graphql-relay)
("python-iso8601" ,python-iso8601)
("python-promise" ,python-promise)
("python-six" ,python-six)))
+ (arguments
+ `(#:tests? #f)) ; no tests/ in the PyPI tarball
(home-page "http://graphene-python.org/")
(synopsis "GraphQL Framework for Python")
(description