Skip to content

Commit e5b752e

Browse files
committed
minimum version compat
1 parent 7aa640d commit e5b752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_na_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def test_bool_and_nan_to_int(all_parsers):
803803
"""
804804
msg = (
805805
"cannot safely convert passed user dtype of int(64|32) for "
806-
"<class 'numpy.bool'> dtyped data in column 0 due to NA values"
806+
"<class 'numpy.bool_?'> dtyped data in column 0 due to NA values"
807807
)
808808
if parser.engine == "python":
809809
msg = "Unable to convert column 0 to type int(64|32)"

0 commit comments

Comments
 (0)