diff options
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}: @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") |
