From 1b149929cd25321ad40683f8019bf1e597ea1e0a Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sat, 21 Feb 2026 21:33:38 +0100 Subject: gnu: python-nose: Move deprecated variable next to the deprecator. * gnu/packages/check.scm (python-nose): Move to... * gnu/packages/python-check.scm (python-nose): ...this. Fixes: guix/guix#6603 Change-Id: Iad475de276eb8031c80a84f409a8a4739b3ec94a --- gnu/packages/python-check.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 065eba44a7d..8c205aea03b 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -2218,6 +2218,11 @@ Changes over @code{nose}: @end itemize") (license license:lgpl2.0))) +;; 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-package python-nose python-pynose) + (define-public python-pytest-aiohttp (package (name "python-pytest-aiohttp") -- cgit v1.3