From fe136c39bf26599814fabcb87407f8f747ff73e4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 12 May 2022 20:48:14 -0400 Subject: gnu: Remove python2-hypothesis. * gnu/packages/check.scm (python2-hypothesis): Delete variable. (python-hypothesis)[properties]: Delete field. --- gnu/packages/check.scm | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 0e2417c400..05192af76a 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2062,8 +2062,7 @@ much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.") (home-page "https://github.com/HypothesisWorks/hypothesis") - (license license:mpl2.0) - (properties `((python2-variant . ,(delay python2-hypothesis)))))) + (license license:mpl2.0))) ;;; TODO: Make the default python-hypothesis in the next rebuild cycle. (define-public python-hypothesis-next @@ -2080,22 +2079,6 @@ seamlessly into your existing Python unit testing work flow.") (modify-inputs (package-propagated-inputs python-hypothesis) (append python-pytest))))) ;to satisfy the sanity-check phase -;; This is the last version of Hypothesis that supports Python 2. -(define-public python2-hypothesis - (let ((hypothesis (package-with-python2 - (strip-python2-variant python-hypothesis)))) - (package (inherit hypothesis) - (version "4.57.1") - (source (origin - (method url-fetch) - (uri (pypi-uri "hypothesis" version)) - (sha256 - (base32 - "183gpxbfcdhdqzlahkji5a71n6lmvgqsbkcb0ihqad51n2j6jhrw")))) - (propagated-inputs - (modify-inputs (package-propagated-inputs hypothesis) - (prepend python2-enum34)))))) - (define-public python-hypothesmith (package (name "python-hypothesmith") -- cgit v1.2.3