~ruther/guix-local

dce2ad69538ee95d789b7efb2d7a483cbfb06bcb — Leo Famulari 8 years ago aebd91b
gnu: python-graphql-relay: Skip the test phase.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 9578,8 9578,8 @@ to Python.")
         (base32
          "1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
    (build-system python-build-system)
    (native-inputs
     `(("python-pytest" ,python-pytest)))
    (arguments
     '(#:tests? #f)) ; The tests are not distributed
    (propagated-inputs
     `(("python-graphql-core" ,python-graphql-core)
       ("python-promise" ,python-promise)