Fix tests when building under COPR (#1822060)
This commit is contained in:
parent
ceaf4c56d9
commit
9a088bee1d
@ -5,7 +5,7 @@
|
|||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Summary: Unicode-aware Pure Python Expect-like module
|
Summary: Unicode-aware Pure Python Expect-like module
|
||||||
Version: 4.8.0
|
Version: 4.8.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/pexpect/pexpect
|
URL: https://github.com/pexpect/pexpect
|
||||||
@ -74,7 +74,7 @@ export PYTHONIOENCODING=UTF-8
|
|||||||
|
|
||||||
%{__python3} ./tools/display-sighandlers.py
|
%{__python3} ./tools/display-sighandlers.py
|
||||||
%{__python3} ./tools/display-terminalinfo.py
|
%{__python3} ./tools/display-terminalinfo.py
|
||||||
py.test-3 --verbose
|
TRAVIS=true py.test-3 --verbose
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-%{modname}
|
||||||
@ -84,6 +84,9 @@ py.test-3 --verbose
|
|||||||
%{python3_sitelib}/%{modname}-*.egg-info
|
%{python3_sitelib}/%{modname}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Update to new upstream release 4.8.0 and re-enable tests (#1793613)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user