summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-21 21:33:38 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-21 21:33:38 +0100
commit1b149929cd25321ad40683f8019bf1e597ea1e0a (patch)
tree4ab6d1af700df49643861e1b90c17065c7389cd8 /gnu/packages/python-check.scm
parent72accc03456e9b0feab93751790194de0f74b6fb (diff)
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
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm5
1 files changed, 5 insertions, 0 deletions
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")