forked from pool/python-mocket
Accepting request 1136200 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1136200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=31
This commit is contained in:
commit
7c60ec3837
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 16:14:00 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Fix check that was testing the version package of python3-httpx.
|
||||
That's not available in SLE so we now use python311-httpx
|
||||
instead which allows the package to build fine in SLE's Python
|
||||
3.11 stack.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 26 15:49:11 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -104,7 +104,7 @@ sleep 2
|
||||
# Checks the ability to record a real request and response. Not available inside obs.
|
||||
donttest="test_asyncio_record_replay"
|
||||
# The reference recording has different headers in this case
|
||||
%if %{pkg_vcmp python3-httpx < 0.23}
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user