Disable python3 tests for now

This commit is contained in:
Orion Poplawski 2013-02-12 22:12:56 -07:00
parent b7b47ac0f0
commit aec9c686b5

View File

@ -16,7 +16,7 @@
Summary: Scipy: Scientific Tools for Python
Name: scipy
Version: 0.11.0
Release: 2%{?dist}
Release: 3%{?dist}
Group: Development/Libraries
License: BSD and LGPLv2+
@ -116,7 +116,7 @@ env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdi
pushd %{py3dir}
mkdir test
cd test
PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} python3 -c "import scipy; scipy.test('full')"
#PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} python3 -c "import scipy; scipy.test('full')"
popd
%endif # with_python3
@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
* Tue Feb 12 2013 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-3
- Disable python3 tests for now
* Mon Oct 8 2012 Orion Poplawski <orion@cora.nwra.com> - 0.11.0-2
- Add requires python3-numpy, python3-f2py for python3-scipy (bug 863755)