Skip to content

Commit cdfda1d

Browse files
committed
TST: remove removed stuff from typing tests
1 parent e334ec3 commit cdfda1d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

numpy/typing/tests/data/pass/lib_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ def func(a: int) -> bool: ...
1717

1818
np.info(1, output=FILE)
1919

20-
np.source(np.interp, output=FILE)
21-
22-
np.lookfor("binary representation", output=FILE)

numpy/typing/tests/data/pass/numerictypes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
np.sctype2char("S1")
2424
np.sctype2char(list)
2525

26-
np.cast[int]
27-
np.cast["i8"]
28-
np.cast[np.int64]
29-
3026
np.nbytes[int]
3127
np.nbytes["i8"]
3228
np.nbytes[np.int64]

0 commit comments

Comments
 (0)