From ee82bdaa4a38e821290657aef7a2e7ef93df8874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 8 Apr 2021 17:27:13 +0200 Subject: [PATCH] Remove python-pytest-xdist dependency - resolves: #1945060 --- scipy.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scipy.spec b/scipy.spec index 0ceab6d..6a0d56b 100644 --- a/scipy.spec +++ b/scipy.spec @@ -15,7 +15,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.6.2 -Release: 1%{?dist} +Release: 2%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -36,7 +36,6 @@ BuildRequires: python3-numpy, python3-devel, python3-numpy-f2py BuildRequires: python3-setuptools BuildRequires: python3-Cython BuildRequires: python3-pytest -BuildRequires: python3-pytest-xdist BuildRequires: python3-pytest-timeout %if %{with doc} @@ -176,7 +175,7 @@ TIMEOUT=1000 %endif pushd %{buildroot}/%{python3_sitearch} -%{pytest} --timeout=${TIMEOUT} scipy --numprocesses=auto +%{pytest} --timeout=${TIMEOUT} scipy # Remove test remnants rm -rf gram{A,B} popd @@ -193,6 +192,10 @@ popd %endif %changelog +* Thu Apr 08 2021 Nikola Forró - 1.6.2-2 +- Remove python-pytest-xdist dependency + resolves: #1945060 + * Thu Mar 25 2021 Nikola Forró - 1.6.2-1 - New upstream release 1.6.2 resolves: #1942896