guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit feef88a208ec8548543990e04411e4dd59f31fb6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 16 23:45:26 2026 +0000
gnu: Remove python-hypothesis-next.
* gnu/packages/check.scm (python-hypothesis-next): Delete variable.
Change-Id: I108aa4004ba92b51f639add0745fec0f421d5a9c
---
gnu/packages/check.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1bc73d1f7b..ea7867c57d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2727,9 +2727,6 @@ based on the Haskell library, Quickcheck, and is designed
to integrate
seamlessly into your existing Python unit testing work flow.")
(license license:mpl2.0)))
-(define-deprecated/public-alias python-hypothesis-next
- python-hypothesis) ;may be removed after 2025-12-01
-
;; WARNING: This package is a dependency of mesa.
(define-public python-lit
(package