From 9a088bee1d8baaf0a1c86e2ee2e6cde0065c8953 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 8 Apr 2020 11:19:05 -0400 Subject: [PATCH] Fix tests when building under COPR (#1822060) --- python-pexpect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)