Skip to content

Commit

Permalink
Remove not supported test
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu committed May 1, 2019
1 parent fb3439b commit 265bf06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dask/dataframe/tests/test_groupby.py
Expand Up @@ -1119,8 +1119,6 @@ def test_groupby_not_supported():
ddf.groupby('A', as_index=False)
with pytest.raises(TypeError):
ddf.groupby('A', sort=False)
with pytest.raises(TypeError):
ddf.groupby('A', group_keys=False)
with pytest.raises(TypeError):
ddf.groupby('A', squeeze=True)

Expand Down

0 comments on commit 265bf06

Please sign in to comment.