Skip to content

Commit ea9f69c

Browse files
author
OlivierLuG
committed
BUG pandas-dev#34621 added tests (black pandas passed)
1 parent 73a6eab commit ea9f69c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/scalar/period/test_period.py

-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ def test_period_cons_combined(self):
484484
with pytest.raises(ValueError, match=msg):
485485
Period("2011-01", freq="1D1W")
486486

487-
#@pytest.mark.xfail
488487
@pytest.mark.parametrize("day_", ["1970/01/01 ", "2020-12-31 ", "1981/09/13 "])
489488
@pytest.mark.parametrize("hour_", ["00:00:00", "00:00:01", "23:59:59", "12:00:59"])
490489
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)