diff options
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index d380b8fa80..8b90929b4b 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1004,17 +1004,6 @@ and many external plugins.") (license license:expat) (properties `((python2-variant . ,(delay python2-pytest)))))) -(define-public python-pytest-6.1 - (package - (inherit python-pytest) - (version "6.1.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytest" version)) - (sha256 - (base32 "0gl2sdm322vzmsh5k4f8kj9raiq2y7kdinnca4m45ifvii5fk9y0")))))) - (define-public python-pytest-6 python-pytest) ;; Pytest 4.x are the last versions that support Python 2. |