14
0

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
This commit is contained in:
2024-03-18 16:14:02 +00:00
committed by Git OBS Bridge
parent 738a1984b0
commit cb1ba95e2c
2 changed files with 6 additions and 1 deletions

View File

@@ -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/