mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hypothesis-next: Mark as deprecated.
* gnu/packages/check.scm (python-hypothesis-next): Mark as a deprecated public alias. Change-Id: Ic121d5f9cd965095bce70b2c3d3bef887b8f1f8e Reviwed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6ebc5d855c
commit
1aad6576b3
1 changed files with 2 additions and 1 deletions
|
@ -2694,7 +2694,8 @@ 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-public python-hypothesis-next python-hypothesis)
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue