From cb1ba95e2c675251f4469b5b5fa8c13b20eb9bf32e725b00ea94fc2f5f8bb305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 18 Mar 2024 16:14:02 +0000 Subject: [PATCH] Accepting request 1158940 from home:bmwiedemann:branches:devel:languages:python Avoid stuck build on failing test OBS-URL: https://build.opensuse.org/request/show/1158940 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=9 --- python-smart-open.changes | 5 +++++ python-smart-open.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-smart-open.changes b/python-smart-open.changes index cee0ba6..664c791 100644 --- a/python-smart-open.changes +++ b/python-smart-open.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 18 09:58:56 UTC 2024 - Bernhard Wiedemann + +- Avoid stuck build on failing test + ------------------------------------------------------------------- Fri Mar 15 07:48:15 UTC 2024 - Steve Kowalik diff --git a/python-smart-open.spec b/python-smart-open.spec index 4b9261e..ebb762b 100644 --- a/python-smart-open.spec +++ b/python-smart-open.spec @@ -74,7 +74,7 @@ Includes support for S3, HDFS, gzip, bz2, etc. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -moto_server -p5000 2>/dev/null & +timeout 3m moto_server -p5000 2>/dev/null & export SO_ENABLE_MOTO_SERVER=1 # Requires network %pytest -rs -k 'not (test_http_gz or test_s3_gzip_compress_sanity)' smart_open/