diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-14 23:54:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-14 23:54:35 +0100 |
commit | f76435b9b393c1d3733b8fc79d39dfd18ab4c92b (patch) | |
tree | f43c58e8e31516f7b2f218da56c1a038694b607f /dev-python/distlib | |
parent | dev-lua/luadbi: Stabilize 0.7.2 arm64, #754183 (diff) | |
download | gentoo-f76435b9b393c1d3733b8fc79d39dfd18ab4c92b.tar.gz gentoo-f76435b9b393c1d3733b8fc79d39dfd18ab4c92b.tar.bz2 gentoo-f76435b9b393c1d3733b8fc79d39dfd18ab4c92b.zip |
dev-python/distlib: Restrict tests
Closes: https://bugs.gentoo.org/754213
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/distlib')
-rw-r--r-- | dev-python/distlib/distlib-0.3.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/distlib/distlib-0.3.1-r1.ebuild b/dev-python/distlib/distlib-0.3.1-r1.ebuild index 246cc4442866..9491e12acf2e 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 |