diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-29 16:42:33 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-29 16:43:10 -0500 |
commit | b6212325f32b51420110d8aa6c8d773611d6b9b4 (patch) | |
tree | d4471a49fcc2c2145d75cfd22688ff5adb42f679 /dev-python/pyhamcrest | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.1 (diff) | |
download | gentoo-b6212325f32b51420110d8aa6c8d773611d6b9b4.tar.gz gentoo-b6212325f32b51420110d8aa6c8d773611d6b9b4.tar.bz2 gentoo-b6212325f32b51420110d8aa6c8d773611d6b9b4.zip |
dev-python/pyhamcrest: drop bad tests on HPPA
Bug: https://bugs.gentoo.org/691446
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 } |