Skip to content

Commit b16cceb

Browse files
feat(api): update via SDK Studio
1 parent 75b4539 commit b16cceb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 58
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fgradientai-e40feaac59c85aace6aa42d2749b20e0955dbbae58b06c3a650bc03adafcd7b5.yml
33
openapi_spec_hash: 825c1a4816938e9f594b7a8c06692667
4-
config_hash: a17cf79d9650def96874dbd8e2416faf
4+
config_hash: 6082607b38b030ffbcb6f681788d1a88

tests/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def test_copy_signature(self) -> None:
191191
copy_param = copy_signature.parameters.get(name)
192192
assert copy_param is not None, f"copy() signature is missing the {name} param"
193193

194-
@pytest.mark.skipif(sys.version_info >= (3, 10), reason="fails because of a memory leak that started from 3.12")
195194
def test_copy_build_request(self) -> None:
196195
options = FinalRequestOptions(method="get", url="/foo")
197196

@@ -1004,7 +1003,6 @@ def test_copy_signature(self) -> None:
10041003
copy_param = copy_signature.parameters.get(name)
10051004
assert copy_param is not None, f"copy() signature is missing the {name} param"
10061005

1007-
@pytest.mark.skipif(sys.version_info >= (3, 10), reason="fails because of a memory leak that started from 3.12")
10081006
def test_copy_build_request(self) -> None:
10091007
options = FinalRequestOptions(method="get", url="/foo")
10101008

0 commit comments

Comments
 (0)