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 b436a7c commit 435788fCopy full SHA for 435788f
pandas/tests/tslibs/test_parsing.py
@@ -402,7 +402,8 @@ def test_hypothesis_delimited_date(
402
request.applymarker(
403
pytest.mark.xfail(
404
reason="parse_datetime_string cannot reliably tell whether "
405
- "e.g. %m.%Y is a float or a date"
+ "e.g. %m.%Y is a float or a date",
406
+ strict=False,
407
)
408
409
date_string = test_datetime.strftime(date_format.replace(" ", delimiter))
0 commit comments