Remove build dependency on python2-pytest-xdist and python2-pytest-timeout
This commit is contained in:
parent
5dd1dba41f
commit
bf2f2311a1
@ -7,7 +7,7 @@
|
||||
Summary: Scientific Tools for Python
|
||||
Name: scipy
|
||||
Version: 1.2.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
# BSD -- whole package except:
|
||||
# Boost -- scipy/special/cephes/scipy_iv.c
|
||||
@ -27,8 +27,6 @@ Patch1: numpy-deprecation-warnings.patch
|
||||
|
||||
BuildRequires: python2-numpy, python2-devel,python2-numpy-f2py
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python2-pytest-xdist
|
||||
BuildRequires: python2-pytest-timeout
|
||||
BuildRequires: fftw-devel, blas-devel, lapack-devel, suitesparse-devel
|
||||
%ifarch %{openblas_arches}
|
||||
BuildRequires: openblas-devel
|
||||
@ -199,7 +197,7 @@ rm -rf gram{A,B}
|
||||
popd
|
||||
|
||||
pushd %{buildroot}/%{python2_sitearch}
|
||||
py.test-2 --timeout=300 -k "$k" scipy
|
||||
py.test-2 -k "$k" scipy
|
||||
# Remove test remnants
|
||||
rm -f gram{A,B}
|
||||
popd
|
||||
@ -228,6 +226,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 30 2019 Petr Viktorin <pviktori@redhat.com> - 1.2.1-6
|
||||
- Remove build dependency on python2-pytest-xdist and python2-pytest-timeout
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user