From 7aebbdf506136c9071ab91882010ca978f2aac4d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 22 Mar 2023 13:05:17 +0200 Subject: Add python-pytest-5. * gn/packages/python.scm (python-pytest-5): New variable. --- gn/packages/python.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 5cff375..acfa6bc 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1187,6 +1187,22 @@ query and resolves it against an endpoint.") sorted order.") (license license:expat))) +(define-public python-pytest-5 + (package + (inherit python-pytest) + (name "python-pytest") + (version "5.4.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "pytest" version)) + (sha256 + (base32 + "1n67lk8iwlsmfdm8663k8l7isllg1xd3n9p1yla7885szhdk6ybr")))) + (build-system python-build-system) + (native-inputs + (modify-inputs (package-native-inputs python-pytest) + (prepend python-argcomplete python-requests))))) + (define-public python-pytest-4 (package (inherit python-pytest) -- cgit v1.2.3