Accepting request 828282 from home:Andreas_Schwab:Factory

- Increase testsuite timeout to account for super long running
  test_peg_generator

OBS-URL: https://build.opensuse.org/request/show/828282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=21
This commit is contained in:
Markéta Machová 2020-08-21 08:54:23 +00:00 committed by Git OBS Bridge
parent 63a4856637
commit 5bdd82140c
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 20 15:41:28 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Increase testsuite timeout to account for super long running
test_peg_generator
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 21 09:53:06 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com> Tue Jul 21 09:53:06 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -290,8 +290,8 @@ Provides: %{python_pkg_name}-importlib-metadata = %{version}
# python-importlib_resources is a backport of 3.7 behaviour into older pythons # python-importlib_resources is a backport of 3.7 behaviour into older pythons
Provides: %{python_pkg_name}-importlib_resources = %{version} Provides: %{python_pkg_name}-importlib_resources = %{version}
%if %{primary_interpreter} %if %{primary_interpreter}
Provides: python3-base = %{version}
Provides: python3-asyncio = %{version} Provides: python3-asyncio = %{version}
Provides: python3-base = %{version}
Obsoletes: python3-asyncio < %{version} Obsoletes: python3-asyncio < %{version}
Provides: python3-typing = %{version} Provides: python3-typing = %{version}
Obsoletes: python3-typing < %{version} Obsoletes: python3-typing < %{version}
@ -317,14 +317,14 @@ database and UI toolkits support.
%package -n %{python_pkg_name}-tools %package -n %{python_pkg_name}-tools
Summary: Python Utility and Demonstration Scripts Summary: Python Utility and Demonstration Scripts
Requires: %{python_pkg_name}-base = %{version} Requires: %{python_pkg_name}-base = %{version}
Provides: %{python_pkg_name}-demo = %{version}
Provides: %{python_pkg_name}-2to3 = %{version} Provides: %{python_pkg_name}-2to3 = %{version}
Provides: %{python_pkg_name}-demo = %{version}
%if %{primary_interpreter} %if %{primary_interpreter}
Provides: python3-tools = %{version}
Provides: python3-demo = %{version}
Provides: python3-2to3 = %{version} Provides: python3-2to3 = %{version}
Obsoletes: python3-demo < %{version} Provides: python3-demo = %{version}
Provides: python3-tools = %{version}
Obsoletes: python3-2to3 < %{version} Obsoletes: python3-2to3 < %{version}
Obsoletes: python3-demo < %{version}
%endif %endif
%description -n %{python_pkg_name}-tools %description -n %{python_pkg_name}-tools
@ -392,7 +392,6 @@ other applications.
%patch29 -p1 %patch29 -p1
%patch31 -p1 %patch31 -p1
# drop Autoconf version requirement # drop Autoconf version requirement
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@ -510,7 +509,7 @@ export PYTHONPATH="$(pwd -P)/Lib"
# Use timeout, like make target buildbottest # Use timeout, like make target buildbottest
# We cannot run tests parallel, because osc build environment doesnt # We cannot run tests parallel, because osc build environment doesnt
# have /dev/shm # have /dev/shm
%make_build -j1 test TESTOPTS="-u curses -v -x $EXCLUDE --timeout=1200" %make_build -j1 test TESTOPTS="-u curses -v -x $EXCLUDE --timeout=3000"
# use network, be verbose: # use network, be verbose:
#make test TESTOPTS="-l -u network -v" #make test TESTOPTS="-l -u network -v"
%endif %endif