Skip to content

Commit

Permalink
Skip tests that are currently failing in Pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm5100 committed Oct 19, 2020
1 parent f0472d9 commit 392f9b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Install Poetry
uses: dschep/install-poetry-action@v1.3
with:
create_virtualenvs: true

- name: Cache Poetry virtualenv
uses: actions/cache@v1
Expand Down
5 changes: 4 additions & 1 deletion tests/genotype_array/test_ExtensionArray.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ class TestNoReduce(base.BaseNoReduceTests):


class TestReshaping(base.BaseReshapingTests):
pass

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


class TestSetitems(base.BaseSetitemTests):
Expand Down

0 comments on commit 392f9b0

Please sign in to comment.