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 fafbcbd commit 7981a43Copy full SHA for 7981a43
pandas/tests/tslibs/test_parsing.py
@@ -395,7 +395,8 @@ def test_hypothesis_delimited_date(
395
request.applymarker(
396
pytest.mark.xfail(
397
reason="parse_datetime_string cannot reliably tell whether "
398
- "e.g. %m.%Y is a float or a date"
+ "e.g. %m.%Y is a float or a date",
399
+ strict=False,
400
)
401
402
date_string = test_datetime.strftime(date_format.replace(" ", delimiter))
0 commit comments