Skip to content

Commit 37ba9af

Browse files
lithomas1meeseeksmachine
authored andcommitted
Backport PR pandas-dev#44443: COMPAT: Python 3.9.8
1 parent 16d51c2 commit 37ba9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_quoting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{"quotechar": None, "quoting": csv.QUOTE_MINIMAL},
2323
"quotechar must be set if quoting enabled",
2424
),
25-
({"quotechar": 2}, '"quotechar" must be string, not int'),
25+
({"quotechar": 2}, '"quotechar" must be string( or None)?, not int'),
2626
],
2727
)
2828
def test_bad_quote_char(all_parsers, kwargs, msg):

0 commit comments

Comments
 (0)