diff options
author | 2021-05-24 09:13:35 +0300 | |
---|---|---|
committer | 2021-05-24 21:59:49 +0200 | |
commit | 9b473226f4dbc17fc94eacaccd4b5a02837da3c5 (patch) | |
tree | 8076c2ef4c336dceebc54caf37784c7e3c507094 /dev-util/gcovr | |
parent | dev-lang/go: remove old (diff) | |
download | gentoo-9b473226f4dbc17fc94eacaccd4b5a02837da3c5.tar.gz gentoo-9b473226f4dbc17fc94eacaccd4b5a02837da3c5.tar.bz2 gentoo-9b473226f4dbc17fc94eacaccd4b5a02837da3c5.zip |
dev-util/gcovr: restrict partial tests
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gcovr')
-rw-r--r-- | dev-util/gcovr/gcovr-4.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/gcovr/gcovr-4.2.ebuild b/dev-util/gcovr/gcovr-4.2.ebuild index cd46ba9fd4a5..fc1fc53cd521 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() { |