summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-17 06:33:11 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-17 06:35:45 +0200
commit008fb2f913bd50bbcaa88c0c687ea10932aa2cfe (patch)
tree84ef4b1ea959b6271dfa856d22af55924fb0e847 /profiles
parentdev-libs/libunistring: add 1.1 (diff)
downloadgentoo-008fb2f913bd50bbcaa88c0c687ea10932aa2cfe.tar.gz
gentoo-008fb2f913bd50bbcaa88c0c687ea10932aa2cfe.tar.bz2
gentoo-008fb2f913bd50bbcaa88c0c687ea10932aa2cfe.zip
package.deprecated: Add dev-python/nose and rev-RDEPs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/package.deprecated13
1 files changed, 13 insertions, 0 deletions
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 <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (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