guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 28ad0401d958bc8fb2b5b35e78fbf38d18e68f70
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 16 23:28:12 2026 +0000

    gnu: Remove python-pytest-6.
    
    * gnu/packages/check.scm (python-pytest-6): Delete variable.
    
    Change-Id: Ie38f20a6823cbf0878c645e720b9b5e3c4945157
---
 gnu/packages/check.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d506f41a38..425a2bf2ea 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-6 python-pytest)
-(export python-pytest-6)
-
 (define-deprecated python-pytest-7 python-pytest)
 (export python-pytest-7)
 

Reply via email to