forked from pool/python-mocket
- skip test_truesendall_with_dump_from_recording and test_no_dangling_fds as they require internet connection
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=77
This commit is contained in:
parent
ff9eddff0f
commit
c2aaaeb3a3
@ -2,7 +2,7 @@
|
||||
Mon Jan 22 08:43:05 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- add pytest-asyncio and psutil to test build requirements
|
||||
- skip test_truesendall_with_dump_from_recording as it requires internet connection
|
||||
- skip test_truesendall_with_dump_from_recording and test_no_dangling_fds as they require internet connection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 19:40:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
@ -104,7 +104,7 @@ trap "kill $victims || true" EXIT
|
||||
sleep 2
|
||||
|
||||
# Checks the ability to record a real request and response. Not available inside obs.
|
||||
donttest="test_asyncio_record_replay or test_truesendall_with_dump_from_recording"
|
||||
donttest="test_asyncio_record_replay or test_truesendall_with_dump_from_recording or test_no_dangling_fds"
|
||||
# The reference recording has different headers in this case
|
||||
%if %{pkg_vcmp python311-httpx < 0.23}
|
||||
donttest="$donttest or test_truesendall_with_dump_from_recording"
|
||||
|
Loading…
Reference in New Issue
Block a user