dev-util/gcovr: restrict partial tests

Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Zamarin Arthur
2021-05-24 09:13:35 +03:00
committed by Michał Górny
parent bfbf5dfcb9
commit 9b473226f4

View File

@@ -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() {