Indenting
This commit is contained in:
parent
aac3519c37
commit
6e73ea26b1
@ -35,17 +35,17 @@ RDEPEND="
|
|||||||
# https://github.com/pauldmccarthy/fslpy/issues/3
|
# https://github.com/pauldmccarthy/fslpy/issues/3
|
||||||
#RESTRICT="test"
|
#RESTRICT="test"
|
||||||
|
|
||||||
python_prepare_all() {
|
#python_prepare_all() {
|
||||||
if use test; then
|
# if use test; then
|
||||||
# Reported upstream
|
# # Reported upstream
|
||||||
# https://github.com/pauldmccarthy/fslpy/issues/3
|
# # https://github.com/pauldmccarthy/fslpy/issues/3
|
||||||
#sed -i -e \
|
# #sed -i -e \
|
||||||
# "/def test_loadVestLutFile():/i@pytest.mark.xfail(reason='Known to fail on Gentoo')" \
|
# # "/def test_loadVestLutFile():/i@pytest.mark.xfail(reason='Known to fail on Gentoo')" \
|
||||||
# tests/test_vest.py || die
|
# # tests/test_vest.py || die
|
||||||
rm tests/test_vest.py
|
# #rm tests/test_vest.py
|
||||||
fi
|
# fi
|
||||||
distutils-r1_python_prepare_all
|
# distutils-r1_python_prepare_all
|
||||||
}
|
#}
|
||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
virtx pytest -m "not (dicomtest or fsltest)" --verbose || die
|
virtx pytest -m "not (dicomtest or fsltest)" --verbose || die
|
||||||
|
Loading…
x
Reference in New Issue
Block a user