commit:     b6212325f32b51420110d8aa6c8d773611d6b9b4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 21:42:33 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 21:43:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6212325

dev-python/pyhamcrest: drop bad tests on HPPA

Bug: https://bugs.gentoo.org/691446

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 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 6e8d193c9e8..84ed83d2543 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
 }
 

Reply via email to