1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-nose: Use ‘define-deprecated-package’.

* gnu/packages/check.scm (python-nose): Use ‘define-deprecated-package’.

Fixes: guix-science/guix-past#37
Change-Id: I7c47db52b483980806e066f48231ede88deb3871
This commit is contained in:
Ludovic Courtès
2026-02-10 11:28:51 +01:00
parent f922e98bec
commit 08888b0e61

View File

@@ -1526,7 +1526,7 @@ available via the @code{unittest.mock} module.")
;; XXX: Deprecated on <2026-01-26>.
;;; This package is unmaintained (see the note at the top of doc/index.rst).
;;; Pynose is actively maintained successor of Nose tests runner.
(define-deprecated/public-alias python-nose python-pynose)
(define-deprecated-package python-nose python-pynose)
(define-public python-nose2
(package