forked from pool/python-stripe
* Update generated code based on incoming API changes in the
2025-12-15.clover API version.
* Updated bundled CA certificates
* Add create_async method to EphemeralKey
- Dropped patch suport-pytest-9.patch, included upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=19
13 lines
549 B
Diff
13 lines
549 B
Diff
Index: stripe-14.0.1/tests/test_integration.py
|
|
===================================================================
|
|
--- stripe-14.0.1.orig/tests/test_integration.py
|
|
+++ stripe-14.0.1/tests/test_integration.py
|
|
@@ -335,7 +335,6 @@ class TestIntegration(object):
|
|
usage = telemetry["last_request_metrics"]["usage"]
|
|
assert usage == ["stripe_client", "async"]
|
|
|
|
- @pytest.mark.anyio
|
|
@pytest.fixture(params=["aiohttp", "httpx"])
|
|
async def async_http_client(self, request, anyio_backend):
|
|
if request.param == "httpx":
|