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 97c2b16 commit b54d597Copy full SHA for b54d597
pandas/tests/arithmetic/test_datetime64.py
@@ -1179,7 +1179,9 @@ def test_dt64arr_addsub_time_objects_raises(
1179
if str(tz) == "tzlocal()" and future is True:
1180
# TODO(GH#53278)
1181
mark = pytest.mark.xfail(
1182
- reason="Incorrectly raises AttributeError instead of TypeError"
+ reason="Incorrectly raises AttributeError instead of TypeError",
1183
+ # some but not all CI builds
1184
+ strict=False,
1185
)
1186
request.node.add_marker(mark)
1187
0 commit comments