Skip to content

Commit 55c2454

Browse files
committed
show tzs in tzinfo assertion
1 parent b248eb6 commit 55c2454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/offsets/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_apply_out_of_range(request, tz_naive_fixture, _offset):
150150
request.applymarker(
151151
pytest.mark.xfail(reason="After GH#49737 t.tzinfo is None on CI")
152152
)
153-
assert str(t.tzinfo) == str(result.tzinfo)
153+
assert str(t.tzinfo) == str(result.tzinfo), (t.tzinfo, result.tzinfo)
154154

155155
except OutOfBoundsDatetime:
156156
pass

0 commit comments

Comments
 (0)