Skip to content

Commit 2d4ccf1

Browse files
committed
Add comment
1 parent 39c9fff commit 2d4ccf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_scalars.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,8 @@ def test_timestamp_cmp() -> None:
13911391
assert (eq_arr != ne_arr).all()
13921392

13931393
if sys.version_info >= (3, 11) or not MYPY:
1394+
# tests in this block fail with mypy on Python 3.10 in CI only
1395+
# I couldn't reproduce the failure locally so skip mypy on Python 3.10
13941396
eq_arr = check(
13951397
assert_type(ts == c_np_ndarray_dt64, np_ndarray_bool), np.ndarray, np.bool_
13961398
)

0 commit comments

Comments
 (0)