Remove python-pytest-xdist dependency

- resolves: #1945060
This commit is contained in:
Nikola Forró 2021-04-08 17:27:13 +02:00
parent 00f091d0cf
commit ee82bdaa4a

View File

@ -15,7 +15,7 @@
Summary: Scientific Tools for Python Summary: Scientific Tools for Python
Name: scipy Name: scipy
Version: 1.6.2 Version: 1.6.2
Release: 1%{?dist} Release: 2%{?dist}
# BSD -- whole package except: # BSD -- whole package except:
# Boost -- scipy/special/cephes/scipy_iv.c # Boost -- scipy/special/cephes/scipy_iv.c
@ -36,7 +36,6 @@ BuildRequires: python3-numpy, python3-devel, python3-numpy-f2py
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-Cython BuildRequires: python3-Cython
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-pytest-xdist
BuildRequires: python3-pytest-timeout BuildRequires: python3-pytest-timeout
%if %{with doc} %if %{with doc}
@ -176,7 +175,7 @@ TIMEOUT=1000
%endif %endif
pushd %{buildroot}/%{python3_sitearch} pushd %{buildroot}/%{python3_sitearch}
%{pytest} --timeout=${TIMEOUT} scipy --numprocesses=auto %{pytest} --timeout=${TIMEOUT} scipy
# Remove test remnants # Remove test remnants
rm -rf gram{A,B} rm -rf gram{A,B}
popd popd
@ -193,6 +192,10 @@ popd
%endif %endif
%changelog %changelog
* Thu Apr 08 2021 Nikola Forró <nforro@redhat.com> - 1.6.2-2
- Remove python-pytest-xdist dependency
resolves: #1945060
* Thu Mar 25 2021 Nikola Forró <nforro@redhat.com> - 1.6.2-1 * Thu Mar 25 2021 Nikola Forró <nforro@redhat.com> - 1.6.2-1
- New upstream release 1.6.2 - New upstream release 1.6.2
resolves: #1942896 resolves: #1942896