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 ef3aae5 commit c55dbf0Copy full SHA for c55dbf0
pandas/tests/series/test_validate.py
@@ -23,9 +23,6 @@ def test_validate_bool_args(self):
23
with pytest.raises(ValueError):
24
self.s.sort_index(inplace=value)
25
26
- with pytest.raises(ValueError):
27
- self.s.sort_index(inplace=value)
28
-
29
30
self.s.rename(inplace=value)
31
0 commit comments