From 5bdd82140cf64ef1ea61927cc6d6758d17915137b95680be08464c11ebc11caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Aug 2020 08:54:23 +0000 Subject: [PATCH] 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 --- python39.changes | 6 ++++++ python39.spec | 13 ++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python39.changes b/python39.changes index e40dceb..d5b798a 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 20 15:41:28 UTC 2020 - Andreas Schwab + +- Increase testsuite timeout to account for super long running + test_peg_generator + ------------------------------------------------------------------- Tue Jul 21 09:53:06 UTC 2020 - Callum Farmer diff --git a/python39.spec b/python39.spec index fa73e41..9ad274e 100644 --- a/python39.spec +++ b/python39.spec @@ -290,8 +290,8 @@ Provides: %{python_pkg_name}-importlib-metadata = %{version} # python-importlib_resources is a backport of 3.7 behaviour into older pythons Provides: %{python_pkg_name}-importlib_resources = %{version} %if %{primary_interpreter} -Provides: python3-base = %{version} Provides: python3-asyncio = %{version} +Provides: python3-base = %{version} Obsoletes: python3-asyncio < %{version} Provides: python3-typing = %{version} Obsoletes: python3-typing < %{version} @@ -317,14 +317,14 @@ database and UI toolkits support. %package -n %{python_pkg_name}-tools Summary: Python Utility and Demonstration Scripts Requires: %{python_pkg_name}-base = %{version} -Provides: %{python_pkg_name}-demo = %{version} Provides: %{python_pkg_name}-2to3 = %{version} +Provides: %{python_pkg_name}-demo = %{version} %if %{primary_interpreter} -Provides: python3-tools = %{version} -Provides: python3-demo = %{version} Provides: python3-2to3 = %{version} -Obsoletes: python3-demo < %{version} +Provides: python3-demo = %{version} +Provides: python3-tools = %{version} Obsoletes: python3-2to3 < %{version} +Obsoletes: python3-demo < %{version} %endif %description -n %{python_pkg_name}-tools @@ -392,7 +392,6 @@ other applications. %patch29 -p1 %patch31 -p1 - # drop Autoconf version requirement 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 # We cannot run tests parallel, because osc build environment doesn’t # 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: #make test TESTOPTS="-l -u network -v" %endif