diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:31:08 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:31:08 +0000 |
commit | 12d312376b1b3530af5c35e70b5fa8f6bf065372 (patch) | |
tree | 5938c46e6d384dcdd1fec3e4215e00e2b42c175c /px/packages/python-xyz.scm | |
parent | 28942471ed9a625c8134164de9600539620e408d (diff) |
px: Remove python-pytest-rerunfailures
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 17 |
1 files changed, 0 insertions, 17 deletions
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") |