1
0
mirror of synced 2024-06-07 21:27:54 +02:00

Indenting

This commit is contained in:
Horea Christian 2019-04-04 21:17:31 +02:00
parent aac3519c37
commit 6e73ea26b1

View File

@ -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