File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 58
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fgradientai-e40feaac59c85aace6aa42d2749b20e0955dbbae58b06c3a650bc03adafcd7b5.yml
33openapi_spec_hash : 825c1a4816938e9f594b7a8c06692667
4- config_hash : a17cf79d9650def96874dbd8e2416faf
4+ config_hash : 6082607b38b030ffbcb6f681788d1a88
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments