summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-13 04:34:43 +0000
committerSam James <sam@gentoo.org>2020-12-13 04:34:43 +0000
commit755fb653b160938a2ebb4de591da3798b36b160c (patch)
treede9926e11600e5a0fd069c143a13f8031aae4f74 /dev-python/wxpython
parentdev-python/wxpython: Stabilize 4.0.7 x86, #714566 (diff)
downloadgentoo-755fb653b160938a2ebb4de591da3798b36b160c.tar.gz
gentoo-755fb653b160938a2ebb4de591da3798b36b160c.tar.bz2
gentoo-755fb653b160938a2ebb4de591da3798b36b160c.zip
dev-python/wxpython: restrict tests
They're horrifically broken right now - either hanging or segfaulting. Bug: https://bugs.gentoo.org/722716 Bug: https://bugs.gentoo.org/726812 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/wxpython-4.0.7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild b/dev-python/wxpython/wxpython-4.0.7.ebuild
index 7384de46cd53..af48ced27b62 100644
--- a/dev-python/wxpython/wxpython-4.0.7.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.7.ebuild
@@ -18,7 +18,9 @@ LICENSE="wxWinLL-3"
SLOT="4.0"
KEYWORDS="~alpha amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="test webkit"
-RESTRICT="!test? ( test )"
+# Tests broken: #726812, #722716
+RESTRICT="test"
+#RESTRICT="!test? ( test )"
# wxPython doesn't seem to be able to optionally disable features. webkit is
# optionally patched out because it's so huge, but other elements are not,