diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-21 21:33:38 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-21 21:33:38 +0100 |
| commit | 1b149929cd25321ad40683f8019bf1e597ea1e0a (patch) | |
| tree | 4ab6d1af700df49643861e1b90c17065c7389cd8 /gnu/packages/python-check.scm | |
| parent | 72accc03456e9b0feab93751790194de0f74b6fb (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.scm | 5 |
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}: | |||
| 2218 | @end itemize") | 2218 | @end itemize") |
| 2219 | (license license:lgpl2.0))) | 2219 | (license license:lgpl2.0))) |
| 2220 | 2220 | ||
| 2221 | ;; XXX: Deprecated on <2026-01-26>. | ||
| 2222 | ;;; This package is unmaintained (see the note at the top of doc/index.rst). | ||
| 2223 | ;;; Pynose is actively maintained successor of Nose tests runner. | ||
| 2224 | (define-deprecated-package python-nose python-pynose) | ||
| 2225 | |||
| 2221 | (define-public python-pytest-aiohttp | 2226 | (define-public python-pytest-aiohttp |
| 2222 | (package | 2227 | (package |
| 2223 | (name "python-pytest-aiohttp") | 2228 | (name "python-pytest-aiohttp") |
