Skip to content

Commit 1316559

Browse files
author
MarcoGorelli
committed
Merge branch 'deprecate-date-parser' of github.com:MarcoGorelli/pandas into deprecate-date-parser
2 parents fd5e7c6 + 2e6fbcb commit 1316559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_parse_dates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ def test_parse_dates_infer_datetime_format_warning(all_parsers):
13321332
"reader", ["read_csv_check_warnings", "read_table_check_warnings"]
13331333
)
13341334
def test_parse_dates_date_parser_and_date_format(all_parsers, reader):
1335-
# GH ???
1335+
# GH 50601
13361336
parser = all_parsers
13371337
data = "Date,test\n2012-01-01,1\n,2"
13381338
msg = "Cannot use both 'date_parser' and 'date_format'"

0 commit comments

Comments
 (0)