commit: f76435b9b393c1d3733b8fc79d39dfd18ab4c92b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 14 22:54:35 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 22:54:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76435b9
dev-python/distlib: Restrict tests Closes: https://bugs.gentoo.org/754213 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/distlib/distlib-0.3.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/distlib/distlib-0.3.1-r1.ebuild b/dev-python/distlib/distlib-0.3.1-r1.ebuild index 246cc444286..9491e12acf2 100644 --- a/dev-python/distlib/distlib-0.3.1-r1.ebuild +++ b/dev-python/distlib/distlib-0.3.1-r1.ebuild @@ -19,7 +19,9 @@ LICENSE="PSF-2" SLOT="0" KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" -RESTRICT="!test? ( test )" +# This package's tests are extremely fragile and tend to break or hang +# when it doesn't like metadata of packages installed on the system. +RESTRICT="test" # pypiserver is called as external executable # openpyxl installs invalid metadata that breaks distlib
