From 9b473226f4dbc17fc94eacaccd4b5a02837da3c5 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Mon, 24 May 2021 09:13:35 +0300 Subject: [PATCH] dev-util/gcovr: restrict partial tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-util/gcovr/gcovr-4.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/gcovr/gcovr-4.2.ebuild b/dev-util/gcovr/gcovr-4.2.ebuild index cd46ba9fd4a5b..fc1fc53cd5210 100644 --- a/dev-util/gcovr/gcovr-4.2.ebuild +++ b/dev-util/gcovr/gcovr-4.2.ebuild @@ -24,6 +24,9 @@ BDEPEND=" test? ( dev-python/PyUtilib[${PYTHON_USEDEP}] ) " +# tests fail on gcc newer than 5.8 +RESTRICT="test" + distutils_enable_tests pytest python_test() {