Skip to content

Commit e95ae03

Browse files
committed
skip timezone tests that fail in test collection
1 parent be01406 commit e95ae03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/tools/test_to_datetime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ def test_to_datetime_mixed_date_and_string(self, format):
613613
expected = DatetimeIndex(["2020-01-01", "2020-01-02"])
614614
tm.assert_index_equal(res, expected)
615615

616+
@pytest.mark.skipif(tm.IS_PYPY, reason="PyPy crashes when creating DatimeIndex with timezone")
616617
@pytest.mark.parametrize(
617618
"fmt",
618619
["%Y-%d-%m %H:%M:%S%z", "%Y-%m-%d %H:%M:%S%z"],

0 commit comments

Comments
 (0)