Fix tests when running in CI-like environments (#2251910)

This commit is contained in:
Scott Talbert 2023-11-28 20:31:46 -05:00
parent ae5fa3bc98
commit 60e9fbfa56

View File

@ -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.9.0 Version: 4.9.0
Release: 1%{?dist} Release: 2%{?dist}
# All the files have ISC license except the # All the files have ISC license except the
# following two that have BSD license: # following two that have BSD license:
@ -87,7 +87,7 @@ export INPUTRC=$PWD/.inputrc
%{__python3} ./tools/display-sighandlers.py %{__python3} ./tools/display-sighandlers.py
%{__python3} ./tools/display-terminalinfo.py %{__python3} ./tools/display-terminalinfo.py
TRAVIS=true py.test-3 --verbose CI=true py.test-3 --verbose
%endif %endif
%files -n python3-%{modname} %files -n python3-%{modname}
@ -97,6 +97,9 @@ TRAVIS=true py.test-3 --verbose
%{python3_sitelib}/%{modname}-*.egg-info %{python3_sitelib}/%{modname}-*.egg-info
%changelog %changelog
* Wed Nov 29 2023 Scott Talbert <swt@techie.net> - 4.9.0-2
- Fix tests when running in CI-like environments (#2251910)
* Mon Nov 27 2023 Dan Radez <dradez@redhat.com> - 4.9.0-1 * Mon Nov 27 2023 Dan Radez <dradez@redhat.com> - 4.9.0-1
- Update to new upstream release 4.9.0 (#2251454) - Update to new upstream release 4.9.0 (#2251454)