forked from pool/python-mocket
Accepting request 1204900 from home:mcalabkova:branches:devel:languages:python
- Skip test failing with new aiohttp OBS-URL: https://build.opensuse.org/request/show/1204900 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=89
This commit is contained in:
committed by
Git OBS Bridge
parent
b932158cf1
commit
b91e29c985
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-mocket
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@@ -108,8 +108,8 @@ donttest="test_asyncio_record_replay or test_truesendall_with_dump_from_recordin
|
||||
%if %{pkg_vcmp python311-httpx < 0.23}
|
||||
donttest="$donttest or test_truesendall_with_dump_from_recording"
|
||||
%endif
|
||||
# these fail after the python 3.11 patches
|
||||
#donttest="$donttest or test_http_session or test_https_session or test_httprettish_session or test_truesendall or test_wrongpath_truesendall or test_real_request_session or test_multiple_socket_connections or test_intermittent_strict_mode or test_strict_mode_exceptions or test_err or test_get or test_hm or test_incr or test_lrange or test_select_db or test_set or test_shutdown or test_hgetall or test_raise_exception"
|
||||
# fails with new incompatible aiohttp version https://github.com/mindflayer/python-mocket/issues/247
|
||||
donttest="$donttest or test_aiohttp"
|
||||
%pytest -rfEs -k "not ($donttest)" ${pytest_$python_ignore} tests
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user