diff --git a/dev-python/fslpy/fslpy-1.13.3.ebuild b/dev-python/fslpy/fslpy-1.13.3.ebuild index 2561597..c544885 100644 --- a/dev-python/fslpy/fslpy-1.13.3.ebuild +++ b/dev-python/fslpy/fslpy-1.13.3.ebuild @@ -35,17 +35,17 @@ RDEPEND=" # https://github.com/pauldmccarthy/fslpy/issues/3 #RESTRICT="test" -python_prepare_all() { - if use test; then - # Reported upstream - # https://github.com/pauldmccarthy/fslpy/issues/3 - #sed -i -e \ - # "/def test_loadVestLutFile():/i@pytest.mark.xfail(reason='Known to fail on Gentoo')" \ - # tests/test_vest.py || die - rm tests/test_vest.py - fi - distutils-r1_python_prepare_all -} +#python_prepare_all() { +# if use test; then +# # Reported upstream +# # https://github.com/pauldmccarthy/fslpy/issues/3 +# #sed -i -e \ +# # "/def test_loadVestLutFile():/i@pytest.mark.xfail(reason='Known to fail on Gentoo')" \ +# # tests/test_vest.py || die +# #rm tests/test_vest.py +# fi +# distutils-r1_python_prepare_all +#} python_test() { virtx pytest -m "not (dicomtest or fsltest)" --verbose || die