From 12d312376b1b3530af5c35e70b5fa8f6bf065372 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 23 Feb 2025 10:31:08 +0000 Subject: px: Remove python-pytest-rerunfailures --- px/packages/python-xyz.scm | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'px/packages/python-xyz.scm') diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 823a63c..798f7f3 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -256,23 +256,6 @@ inferring type information using compile-time introspection.") (description "Handling event-based streams.") (license license:expat))) -(define-public python-pytest-rerunfailures - (package - (name "python-pytest-rerunfailures") - (version "10.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytest-rerunfailures" version)) - (sha256 - (base32 "0ws2hbgh00nd6xchyi9ymyxfpg5jpxsy5mxdz4nxvriyw5nw05vn")))) - (build-system python-build-system) - (propagated-inputs `(("python-pytest" ,python-pytest))) - (home-page "https://github.com/pytest-dev/pytest-rerunfailures") - (synopsis "pytest plugin to re-run tests to eliminate flaky failures") - (description "pytest plugin to re-run tests to eliminate flaky failures") - (license #f))) - (define-public python-types-requests (package (name "python-types-requests") -- cgit v1.2.3