From cb493514c0cfe6e3a8d8e7cb0b2d65d373999914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 19 Jun 2022 10:20:43 +0200 Subject: [PATCH] package.deprecated: Flag dev-python/tox as invalid dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/package.deprecated | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index d8db327fd1471..a7b83cb1a8d42 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,13 @@ #--- END OF EXAMPLES --- +# Michał Górny (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. +dev-python/tox + # Michał Górny (2022-06-17) # So far not a single dependency on dev-python/versioneer was correct. # This package is a generator for "versioneer.py" file that is included