Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-httpcore for openSUSE:Factory
checked in at 2022-11-24 12:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpcore (Old)
and /work/SRC/openSUSE:Factory/.python-httpcore.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httpcore"
Thu Nov 24 12:22:34 2022 rev:7 rq:1037634 version:0.15.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpcore/python-httpcore.changes
2022-08-04 13:23:33.416514572 +0200
+++
/work/SRC/openSUSE:Factory/.python-httpcore.new.1597/python-httpcore.changes
2022-11-24 12:22:44.717113023 +0100
@@ -1,0 +2,6 @@
+Wed Nov 23 14:26:53 UTC 2022 - Matej Cepl <[email protected]>
+
+- Skip failing test_request_with_content test
+ (gh#encode/httpcore#622).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-httpcore.spec ++++++
--- /var/tmp/diff_new_pack.dXae9Q/_old 2022-11-24 12:22:45.441117624 +0100
+++ /var/tmp/diff_new_pack.dXae9Q/_new 2022-11-24 12:22:45.449117675 +0100
@@ -78,8 +78,9 @@
# test_no_retries and test_retries are very slow and fails
# tests/async_tests + tests/sync_tests causes open file limit
# socks5 -- we don't ship socksio
+# gh#encode/httpcore#622 - test_request_with_content
%if %{with test}
-%pytest -rs -k 'not (test_interfaces or test_no_retries or test_retries or
test_threadsafe_basic or socks5)' --asyncio-mode=strict
+%pytest -rs -k 'not (test_interfaces or test_no_retries or test_retries or
test_threadsafe_basic or test_request_with_content or socks5)'
--asyncio-mode=strict
%endif
%if !%{with test}