We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5589ac commit ba325f7Copy full SHA for ba325f7
pandas/tests/frame/test_timeseries.py
@@ -30,7 +30,7 @@ def test_no_idea_how_to_name_this_or_where_to_place_this():
30
}
31
)
32
33
- msg = "unsupported operand type\(s\) for -: 'Timestamp' and 'datetime.time'"
+ msg = r"unsupported operand type\(s\) for -: 'Timestamp' and 'datetime.time'"
34
35
with pytest.raises(TypeError, match=msg):
36
df["date"] - df["time"]
0 commit comments