guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27888] [PATCH 18/18] gnu: python-hypothesis: Update to 3.14.0.


From: Marius Bakke
Subject: [bug#27888] [PATCH 18/18] gnu: python-hypothesis: Update to 3.14.0.
Date: Mon, 31 Jul 2017 22:07:35 +0200

* gnu/packages/python.scm (python-hypothesis): Update to 3.14.0.
[native-inputs]: Remove PYTHON-FLAKE8 and PYTHON-PYTEST.
---
 gnu/packages/python.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9a7f88c30..b32065f80 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9878,17 +9878,15 @@ Amazon Web Services (AWS) API.")
 (define-public python-hypothesis
   (package
     (name "python-hypothesis")
-    (version "3.1.0")
+    (version "3.14.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "hypothesis" version))
               (sha256
                (base32
-                "0qyqq9akm4vshhn8cngjc1qykcvsn7cz6dlm6njfsgpbraqrmbbw"))))
+                "11q26a0j49hqw233gnvphlkin6piw2bpd0kji5zxr0980vl5rxvi"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("python-flake8" ,python-flake8)
-       ("python-pytest" ,python-pytest-bootstrap)))
+    ;; FIXME: The PyPi release tarball does not contain tests.
     (synopsis "Library for property based testing")
     (description "Hypothesis is a library for testing your Python code against 
a
 much larger range of examples than you would ever want to write by hand.  It’s
-- 
2.13.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]