commit: 008fb2f913bd50bbcaa88c0c687ea10932aa2cfe Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Oct 17 04:33:11 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 17 04:35:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008fb2f9
package.deprecated: Add dev-python/nose and rev-RDEPs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index df3387989266..81771ff3aeef 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,19 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-10-17) +# Nosetests are no longer maintained (since 2015!), are completely +# broken with Python 3.11, and we were already patching it to make it +# work with prior Python versions. If your package still needs it +# (sic!), then either port it to use a maintained test framework (pytest +# preferably) or last rite it. +# +# Case is also unmaintained (since 2018). Nose-random has had last +# commit in 2016 and was not even released to pypi! +dev-python/case +dev-python/nose +dev-python/nose-random + # Michał Górny <[email protected]> (2022-10-14) # The toml package is unmaintained (last release in 2020) and does not # implement TOML 1.0. The recommended alternatives include the built-in
