We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a28a0 commit f8cf197Copy full SHA for f8cf197
pandas/tests/indexes/numeric/test_numeric.py
@@ -536,7 +536,7 @@ def test_constructor(self, dtype):
536
tm.assert_index_equal(res, idx)
537
538
@pytest.mark.xfail(
539
- not (is_platform_arm and is_platform_mac()),
+ not (is_platform_arm() and is_platform_mac()),
540
reason="https://github.com/numpy/numpy/issues/19146",
541
)
542
def test_constructor_does_not_cast_to_float(self):
0 commit comments