From b6212325f32b51420110d8aa6c8d773611d6b9b4 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Fri, 29 Nov 2019 16:42:33 -0500 Subject: [PATCH] dev-python/pyhamcrest: drop bad tests on HPPA Bug: https://bugs.gentoo.org/691446 Signed-off-by: Aaron Bauman --- dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 6e8d193c9e8a..84ed83d25437 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -42,6 +42,12 @@ python_prepare_all() { rm tests/hamcrest_unit_test/core/is_test.py || die "removing test #2 failed" rm tests/hamcrest_unit_test/core/isinstanceof_test.py || die "removing test #3 failed" + # These fail on HPPA. Drop them too. + if use hppa; then + rm tests/hamcrest_unit_test/base_matcher_test.py || die "removing test #4 failed" + rm tests/hamcrest_unit_test/core/described_as_test.py || die "removing test #5 failed" + fi + distutils-r1_python_prepare_all } -- 2.26.2