File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ def test_copy_signature(self) -> None:
189189            copy_param  =  copy_signature .parameters .get (name )
190190            assert  copy_param  is  not None , f"copy() signature is missing the { name }  
191191
192+     @pytest .mark .skipif (sys .version_info  >=  (3 , 10 ), reason = "fails because of a memory leak that started from 3.12" ) 
192193    def  test_copy_build_request (self ) ->  None :
193194        options  =  FinalRequestOptions (method = "get" , url = "/foo" )
194195
@@ -1037,6 +1038,7 @@ def test_copy_signature(self) -> None:
10371038            copy_param  =  copy_signature .parameters .get (name )
10381039            assert  copy_param  is  not None , f"copy() signature is missing the { name }  
10391040
1041+     @pytest .mark .skipif (sys .version_info  >=  (3 , 10 ), reason = "fails because of a memory leak that started from 3.12" ) 
10401042    def  test_copy_build_request (self ) ->  None :
10411043        options  =  FinalRequestOptions (method = "get" , url = "/foo" )
10421044
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments