File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
numpy/typing/tests/data/fail Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
1919  - pytest-xdist 
2020  - hypothesis 
2121  #  For type annotations
22-   - mypy=0.920  
22+   - mypy=0.930  
2323  #  For building docs
2424  - sphinx=4.1.1 
2525  - numpydoc=1.1.0 
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ np.complex64([])  # E: incompatible type
3131np .complex64 (1 , 2 )  # E: Too many arguments 
3232# TODO: protocols (can't check for non-existent protocols w/ __getattr__) 
3333
34- np .datetime64 (0 )  # E: non-matching  overload 
34+ np .datetime64 (0 )  # E: No  overload variant  
3535
3636class  A :
3737    def  __float__ (self ):
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pytest-cov==3.0.0
99cffi; python_version < '3.10'
1010# For testing types. Notes on the restrictions:
1111# - Mypy relies on C API features not present in PyPy
12- mypy==0.920 ; platform_python_implementation != "PyPy"
12+ mypy==0.930 ; platform_python_implementation != "PyPy"
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments