Skip to content

Commit

Permalink
Fix failed test I had tried to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm5100 committed Oct 19, 2020
1 parent 2b4ae57 commit 346024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/genotype_array/test_ExtensionArray.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class TestNoReduce(base.BaseNoReduceTests):


class TestReshaping(base.BaseReshapingTests):
def test_unstack(self, data, index, obj):
def test_unstack(self):
# Fixed for Pandas 1.2: https://github.com/pandas-dev/pandas/issues/36986
pass

Expand Down

0 comments on commit 346024e

Please sign in to comment.