guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 60fd655a4d403458f8a84a2d61be62af08358420
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 16 23:28:21 2026 +0000
gnu: Remove python-pytest-7.
* gnu/packages/check.scm (python-pytest-7): Delete variable.
Change-Id: I061bc31d096f837928e21e950f08e3db592564db
---
gnu/packages/check.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 425a2bf2ea..1bc73d1f7b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1625,9 +1625,6 @@ and functions, detailed info on failing assert
statements, modular fixtures,
and many external plugins.")
(license license:expat)))
-(define-deprecated python-pytest-7 python-pytest)
-(export python-pytest-7)
-
(define-public python-pytest-bootstrap
(package/inherit python-pytest
(name "python-pytest-bootstrap")