Re-enable tests.
This commit is contained in:
parent
3e690c8211
commit
7763f44a20
21
Cython.spec
21
Cython.spec
@ -6,7 +6,7 @@
|
|||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.29.21
|
Version: 0.29.21
|
||||||
%global upver %{version_no_tilde %{nil}}
|
%global upver %{version_no_tilde %{nil}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Language for writing Python extension modules
|
Summary: Language for writing Python extension modules
|
||||||
|
|
||||||
License: ASL 2.0
|
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}/
|
cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir}/
|
||||||
|
|
||||||
|
|
||||||
#%if %{with tests}
|
%if %{with tests}
|
||||||
#%check
|
%check
|
||||||
#%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
|
%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \
|
||||||
# %ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
# --exclude run.parallel # https://github.com/cython/cython/issues/2807
|
--exclude run.parallel # https://github.com/cython/cython/issues/2807
|
||||||
# %endif
|
%endif
|
||||||
#
|
|
||||||
#%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
|
|||||||
%{_emacs_sitestartdir}/cython*.el*
|
%{_emacs_sitestartdir}/cython*.el*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.29.21-1
|
||||||
- 0.29.21
|
- 0.29.21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user