Skip to content

Commit 994a9de

Browse files
authored
Install arro3 dependencies when type checking (#9254)
2 parents 5ee57e4 + ef323ab commit 994a9de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ci/requirements-mypy.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
mypy==1.18.2
2+
arro3-compute
3+
arro3-core
24
IceSpringPySideStubs-PyQt6
35
IceSpringPySideStubs-PySide6
46
ipython

Tests/test_arro3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
TYPE_CHECKING = False
1818
if TYPE_CHECKING:
19-
from arro3 import compute # type: ignore [import-not-found]
20-
from arro3.core import ( # type: ignore [import-not-found]
19+
from arro3 import compute
20+
from arro3.core import (
2121
Array,
2222
DataType,
2323
Field,

0 commit comments

Comments
 (0)