call sqla_nose.py with correct interpreter
This commit is contained in:
parent
0b3e7dadeb
commit
41e4f3fbfd
@ -110,11 +110,11 @@ rm -rf doc/build
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./sqla_nose.py
|
%{__python} ./sqla_nose.py
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
./sqla_nose.py
|
%{__python3} ./sqla_nose.py
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user