15
0
forked from pool/python-stripe
Files
python-stripe/suport-pytest-9.patch
Dirk Mueller 17fd715df9 - update to 14.2.0:
* Update generated code
  * Add support for event notifications
    `V2CoreAccountClosedEvent`, `V2CoreAccountCreatedEvent`, `V2C
    oreAccountIncludingConfigurationCustomerCapabilityStatusUpdat
    edEvent`,
    `V2CoreAccountIncludingConfigurationCustomerUpdatedEvent`, `V
    2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpd
    atedEvent`,
    `V2CoreAccountIncludingConfigurationMerchantUpdatedEvent`, `V
    2CoreAccountIncludingConfigurationRecipientCapabilityStatusUp
    datedEvent`,
    `V2CoreAccountIncludingConfigurationRecipientUpdatedEvent`,
    `V2CoreAccountIncludingDefaultsUpdatedEvent`,
    `V2CoreAccountIncludingFutureRequirementsUpdatedEvent`,
    `V2CoreAccountIncludingIdentityUpdatedEvent`,
    `V2CoreAccountIncludingRequirementsUpdatedEvent`, and
    `V2CoreAccountUpdatedEvent` with related object
    `v2.core.Account`
  * Add support for event notification
    `V2CoreAccountLinkReturnedEvent`
  * Add support for event notifications
    `V2CoreAccountPersonCreatedEvent`,
    `V2CoreAccountPersonDeletedEvent`, and
    `V2CoreAccountPersonUpdatedEvent` with related object
    `v2.core.AccountPerson`
  * Fix DeprecationWarning when encoding StripeObject
    metadata (fixes #1651)
  * Update ci to run on Python 3.14 as well

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=21
2026-01-27 17:22:54 +00:00

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":