We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965946d commit c22044cCopy full SHA for c22044c
pandas/tests/frame/methods/test_diff.py
@@ -74,7 +74,7 @@ def test_diff_datetime_axis1(self, tz):
74
)
75
tm.assert_frame_equal(result, expected)
76
else:
77
- with pytest.raises(NotImplementedError, match=""):
+ with pytest.raises(NotImplementedError):
78
result = df.diff(axis=1)
79
80
def test_diff_timedelta(self):
0 commit comments