diff --git a/python-pexpect.spec b/python-pexpect.spec index b9612c6..662f513 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Unicode-aware Pure Python Expect-like module Version: 4.8.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ISC URL: https://github.com/pexpect/pexpect @@ -74,7 +74,7 @@ export PYTHONIOENCODING=UTF-8 %{__python3} ./tools/display-sighandlers.py %{__python3} ./tools/display-terminalinfo.py -py.test-3 --verbose +TRAVIS=true py.test-3 --verbose %endif %files -n python3-%{modname} @@ -84,6 +84,9 @@ py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Wed Apr 08 2020 Scott Talbert - 4.8.0-2 +- Fix tests when building under COPR (#1822060) + * Tue Apr 07 2020 Scott Talbert - 4.8.0-1 - Update to new upstream release 4.8.0 and re-enable tests (#1793613)