From 56e51bb35b134fac21a1a267657f26041055fb0c Mon Sep 17 00:00:00 2001 From: Carmen Bianca Bakker Date: Sep 05 2019 09:28:40 +0000 Subject: Re-enable tests --- diff --git a/xonsh.spec b/xonsh.spec index 171ddfe..d6a736f 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -1,6 +1,6 @@ Name: xonsh Version: 0.9.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A general purpose, Python-ish shell # xonsh is BSD-2-Clause. @@ -57,10 +57,8 @@ pathfix.py -i "%{__python3} %{py3_shbang_opts}u" -p -n %{buildroot}%{_bindir}/xo # # The run-tests.xsh script does those things for us. -%if 0%{?python3_version_nodots} < 38 sed --in-place "s:pytest:py.test-3:" run-tests.xsh PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} PATH="%{buildroot}%{_bindir}:$PATH" %{buildroot}%{_bindir}/xonsh run-tests.xsh -%endif %post if [ "$1" -ge 1 ]; then @@ -92,6 +90,9 @@ fi %{python3_sitelib}/xonsh-%{version}-py?.?.egg-info/ %changelog +* Thu Sep 05 2019 Carmen Bianca Bakker - 0.9.11-3 +- Re-enable tests. + * Tue Sep 03 2019 Carmen Bianca Bakker - 0.9.11-2 - Temporarily disable tests for Python 3.8