Fix tests when building under COPR (#1822060)

This commit is contained in:
Scott Talbert 2020-04-08 11:19:05 -04:00
parent ceaf4c56d9
commit 9a088bee1d

View File

@ -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 <swt@techie.net> - 4.8.0-2
- Fix tests when building under COPR (#1822060)
* Tue Apr 07 2020 Scott Talbert <swt@techie.net> - 4.8.0-1
- Update to new upstream release 4.8.0 and re-enable tests (#1793613)