summaryrefslogtreecommitdiff
path: root/gnu
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
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')
-rw-r--r--gnu/packages/check.scm6
-rw-r--r--gnu/packages/python-check.scm5
2 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d1c72a7144a..1760e286133 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -133,7 +133,6 @@
#:use-module (guix build-system pyproject)
#:use-module (guix build-system python)
#:use-module (guix build-system trivial)
- #:use-module (guix deprecation)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
@@ -1560,11 +1559,6 @@ have been used. This library is now part of Python (since Python 3.3),
available via the @code{unittest.mock} module.")
(license license:expat)))
-;; 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-nose2
(package
(name "python-nose2")
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")