From 22f007a7e50fb2b0264244eb98ffb733ed55afd9 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 28 Mar 2024 23:27:18 +0100
Subject: [PATCH] python/ansible-core: update to 2.15.10

---
 components/python/httpcore/patches/01-no-trio.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/python/httpcore/patches/01-no-trio.patch b/components/python/httpcore/patches/01-no-trio.patch
index 12419dd..3c95cca 100644
--- a/components/python/httpcore/patches/01-no-trio.patch
+++ b/components/python/httpcore/patches/01-no-trio.patch
@@ -1,7 +1,7 @@
 we have no trio
 
---- httpcore-1.0.4/tests/test_models.py.orig
-+++ httpcore-1.0.4/tests/test_models.py
+--- httpcore-1.0.5/tests/test_models.py.orig
++++ httpcore-1.0.5/tests/test_models.py
 @@ -150,28 +150,3 @@
      async def __aiter__(self) -> typing.AsyncIterator[bytes]:
          for chunk in self._chunks:
@@ -31,8 +31,8 @@
 -    with pytest.raises(RuntimeError):
 -        async for chunk in response.aiter_stream():
 -            pass  # pragma: nocover
---- httpcore-1.0.4/tests/_async/test_connection_pool.py.orig
-+++ httpcore-1.0.4/tests/_async/test_connection_pool.py
+--- httpcore-1.0.5/tests/_async/test_connection_pool.py.orig
++++ httpcore-1.0.5/tests/_async/test_connection_pool.py
 @@ -4,7 +4,7 @@
  import hpack
  import hyperframe.frame

--
Gitblit v1.9.3