Skip to content

Commit f8cf197

Browse files
Backport PR #42048: CI/TST: fix typo in #41982 (#42050)
Co-authored-by: Fangchen Li <[email protected]>
1 parent 76a28a0 commit f8cf197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/numeric/test_numeric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def test_constructor(self, dtype):
536536
tm.assert_index_equal(res, idx)
537537

538538
@pytest.mark.xfail(
539-
not (is_platform_arm and is_platform_mac()),
539+
not (is_platform_arm() and is_platform_mac()),
540540
reason="https://github.com/numpy/numpy/issues/19146",
541541
)
542542
def test_constructor_does_not_cast_to_float(self):

0 commit comments

Comments
 (0)