[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 007/602] gnu: Remove python-pytest-runner-2.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 007/602] gnu: Remove python-pytest-runner-2. |
Date: |
Sun, 15 May 2022 00:36:34 -0400 |
* gnu/packages/check.scm (python-pytest-runner-2): Delete variable.
(python2-pytest-runner): Likewise.
---
gnu/packages/check.scm | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 8e6576208c..ef1c7edd13 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1315,22 +1315,6 @@ (define-public python-pytest-runner
(define-public python2-pytest-runner
(package-with-python2 python-pytest-runner))
-;; python-bleach 3.1.0 requires this ancient version of pytest-runner.
-;; Remove once no longer needed.
-(define-public python-pytest-runner-2
- (package
- (inherit python-pytest-runner)
- (version "2.12.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "pytest-runner" version))
- (sha256
- (base32
- "11ivjj9hfphkv4yfb2g74av4yy86y8gcbf7gbif0p1hcdfnxg3w6"))))))
-
-(define-public python2-pytest-runner-2
- (package-with-python2 python-pytest-runner-2))
-
(define-public python-pytest-lazy-fixture
(package
(name "python-pytest-lazy-fixture")
--
2.36.0
- [bug#55424] [PATCH 000/602] Purge Python 2 packages, Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 001/602] packages: Fix typo in package-superseded doc., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 004/602] utils: Add a 'delete-expression' procedure., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 002/602] etc/committer: Prefix (sxml xpath) symbols to avoid name conflict., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 003/602] etc/committer: Teach it how to commit package removal., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 005/602] utils: Add a %guix-source-root-directory procedure., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 007/602] gnu: Remove python-pytest-runner-2.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 033/602] gnu: Remove python2-nose-timer., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 006/602] diagnostics: Fix typo about 0-indexed COL in location., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 008/602] gnu: Remove python2-langkit., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 009/602] gnu: Remove graphios., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 034/602] gnu: Remove python2-pytest-catchlog., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 084/602] gnu: Remove python2-pygpgme., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 080/602] gnu: Remove python2-tmx., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 092/602] gnu: Remove python2-tegaki-recognize., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 096/602] gnu: Remove python2-mailmanclient., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 103/602] gnu: Remove python2-ipy., Maxim Cournoyer, 2022/05/15