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 e3ec773 commit cfa6182Copy full SHA for cfa6182
pandas/tests/indexes/common.py
@@ -35,10 +35,6 @@ def verify_pickle(self, indices):
35
assert indices.equals(unpickled)
36
37
def test_pickle_compat_construction(self):
38
- # this is testing for pickle compat
39
- if self._holder is None:
40
- pytest.skip('Skip check for uncertain type')
41
-
42
# need an object to create with
43
pytest.raises(TypeError, self._holder)
44
0 commit comments