summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-05 19:59:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-05 20:01:36 +0100
commit0d0590ed25966e7d567632e13fcfd8f22c7f0c2d (patch)
treeed0b80d1a770165fcbd455be9d4fecd31d91d274 /profiles
parentdev-python/nox: New package, v2022.11.21 (diff)
downloadgentoo-0d0590ed25966e7d567632e13fcfd8f22c7f0c2d.tar.gz
gentoo-0d0590ed25966e7d567632e13fcfd8f22c7f0c2d.tar.bz2
gentoo-0d0590ed25966e7d567632e13fcfd8f22c7f0c2d.zip
package.deprecated: Add dev-python/nox proactively
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/package.deprecated11
1 files changed, 7 insertions, 4 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 07895dbb05ea..02991fd8c906 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -73,10 +73,13 @@ app-accessibility/at-spi2-atk
dev-libs/atk
# Michał Górny <mgorny@gentoo.org> (2022-06-19)
-# dev-python/tox is a wrapper to run test suite in a virtual
-# environment, possibly for multiple Python versions. It cannot really
-# work inside network sandbox, and your package probably does not use
-# it anyway.
+# Test automation tools. They are generally used to run the test suite
+# across multiple Python versions, i.e. what our eclasses do for you
+# already. They usually can't work inside network sandbox (since they
+# fetch and install all the dependencies inside the venv), so even
+# if they are listed in dependencies, your package probably does not
+# actually need them to run tests.
+dev-python/nox
dev-python/tox
# Michał Górny <mgorny@gentoo.org> (2022-06-17)