Skip to content

Commit b6d2a0b

Browse files
committed
unexpected fail during push. msg in test_arithmetic changed
1 parent e596946 commit b6d2a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/integer/test_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_error_invalid_values(data, all_arithmetic_operators):
190190
"Addition/subtraction of integers and integer-arrays with Timestamp",
191191
"has no kernel",
192192
"not implemented",
193-
"The 'out' kwarg is necessary. Use numpy.strings.multiply without it.",
193+
r"The 'out' kwarg is necessary.*numpy\.strings\.multiply.*",
194194
"not supported for dtype",
195195
]
196196
)

0 commit comments

Comments
 (0)