Skip to content

Commit cfa6182

Browse files
committed
Review; remove unhit instance-check
1 parent e3ec773 commit cfa6182

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/indexes/common.py

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ def verify_pickle(self, indices):
3535
assert indices.equals(unpickled)
3636

3737
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-
4238
# need an object to create with
4339
pytest.raises(TypeError, self._holder)
4440

0 commit comments

Comments
 (0)