about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2020-05-28 08:29:24 -0500
committerPjotr Prins2020-05-28 08:29:24 -0500
commitebf0b1d60e66e7a92c8e31483bbff18a2ed4a197 (patch)
tree538c8fd460a80526c77b2b7e767adc1cfa03ce90
parent07b8eab6f99a4adbc33aca0e7fc03401e6e80823 (diff)
downloadguix-bioinformatics-ebf0b1d60e66e7a92c8e31483bbff18a2ed4a197.tar.gz
python-ruamel: upstream works when tests are disabled in python-schema-salad
-rw-r--r--gn/packages/python.scm18
1 files changed, 4 insertions, 14 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 0472bb8..51efc4a 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1084,19 +1084,6 @@ spreadsheets without the need for COM objects.")
          (base32
           "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g"))))))
 
-(define-public python-ruamel.yaml-0.15
-  (package
-    (inherit python-ruamel.yaml)
-    (name "python-ruamel.yaml")
-    (version "0.15.77")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "ruamel.yaml" version))
-        (sha256
-         (base32
-          "1mhzxkkiv3xmr9izrgk78x7f1r5gi8kd5ac7z3vn7j00q1ydn6da"))))))
-
 (define-public python-pbr-1.6.0
   (package
     (inherit python-pbr)
@@ -1131,7 +1118,7 @@ spreadsheets without the need for COM objects.")
        ("python-google-api-client" ,python-google-api-client)
        ("python-httplib2" ,python-httplib2)
        ("python-pycurl" ,python-pycurl)
-       ("python-ruamel.yaml" ,python-ruamel.yaml-0.15)
+       ("python-ruamel.yaml" ,python-ruamel.yaml)
        ("python-setuptools" ,python-setuptools)
        ("python-oauth2client" ,python-oauth2client)
        ("python-uritemplate" ,python-uritemplate)
@@ -1174,6 +1161,9 @@ server.")
     (native-inputs
      `(("python-pytest" ,python-pytest)
        ("python-pytest-runner" ,python-pytest-runner)))
+    (arguments
+     `(
+       #:tests? #f)) ; no tests
     (home-page "https://github.com/common-workflow-language/schema_salad")
     (synopsis "Schema Annotations for Linked Avro Data (SALAD)")
     (description