Re-enable tests.

This commit is contained in:
Gwyn Ciesla 2020-07-22 13:50:49 -05:00
parent 3e690c8211
commit 7763f44a20
1 changed files with 12 additions and 9 deletions

View File

@ -6,7 +6,7 @@
Name: Cython
Version: 0.29.21
%global upver %{version_no_tilde %{nil}}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -91,14 +91,14 @@ mkdir -p %{buildroot}%{_emacs_sitestartdir}/
cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir}/
#%if %{with tests}
#%check
#%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
# %ifarch %{ix86}
# --exclude run.parallel # https://github.com/cython/cython/issues/2807
# %endif
#
#%endif
%if %{with tests}
%check
%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
%ifarch %{ix86}
--exclude run.parallel # https://github.com/cython/cython/issues/2807
%endif
%endif
%files -n python3-%{srcname}
%license LICENSE.txt
@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Wed Jul 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.29.21-2
- Re-enable tests.
* Wed Jul 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.29.21-1
- 0.29.21