1
0
Fork 0

Marked tests as failing

This commit is contained in:
Horea Christian 2019-03-26 23:50:23 +01:00
parent ad63a83591
commit bc8c35f3db
1 changed files with 5 additions and 5 deletions

View File

@ -48,6 +48,11 @@ RDEPEND="
sci-visualization/fsleyes-props[${PYTHON_USEDEP}]
"
# Tests fail
# https://github.com/pauldmccarthy/fsleyes/issues/16
# https://github.com/pauldmccarthy/fsleyes/issues/14
RESTRICT="test"
PATCHES=(
"${FILESDIR}/${PN}-0.26.2-fsldir.patch"
)
@ -79,10 +84,5 @@ python_test() {
rm tests/test_embed.py
rm tests/test_overlay_displayprops.py
rm tests/test_resample.py
#rm tests/test_overlay_freesurfermesh.py
#rm tests/test_overlay_giftimesh.py
#rm tests/test_screenshot.py
#rm tests/test_state.py
#rm tests/test_views.py
virtx pytest -vv || die
}