Skip to content

Commit 25f1368

Browse files
committed
Mark test as xfail for now due to 'Africa/Kinshasa' failure under pytz=2017.3
1 parent 98dee29 commit 25f1368

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/tseries/offsets/test_dst.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ def test_all_offset_classes(self, tup):
177177
assert first == second
178178

179179

180+
@pytest.mark.xfail(
181+
strict=False, reason="'Africa/Kinshasa' test case fails under pytz=2017.3"
182+
)
180183
@pytest.mark.parametrize(
181184
"original_dt, target_dt, offset, tz",
182185
[

0 commit comments

Comments
 (0)