File tree 3 files changed +3
-3
lines changed
numpy/typing/tests/data/fail
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
19
19
- pytest-xdist
20
20
- hypothesis
21
21
# For type annotations
22
- - mypy=0.920
22
+ - mypy=0.930
23
23
# For building docs
24
24
- sphinx=4.1.1
25
25
- numpydoc=1.1.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ np.complex64([]) # E: incompatible type
31
31
np .complex64 (1 , 2 ) # E: Too many arguments
32
32
# TODO: protocols (can't check for non-existent protocols w/ __getattr__)
33
33
34
- np .datetime64 (0 ) # E: non-matching overload
34
+ np .datetime64 (0 ) # E: No overload variant
35
35
36
36
class A :
37
37
def __float__ (self ):
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pytest-cov==3.0.0
9
9
cffi; python_version < '3.10'
10
10
# For testing types. Notes on the restrictions:
11
11
# - 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