Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove xfail
  • Loading branch information
jbrockmendel committed Aug 22, 2019
commit ecc8b36f18a6e1e3b8e6d94086153582f46fb4c8
1 change: 0 additions & 1 deletion pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def test_geopandas():
assert geopandas.read_file(fp) is not None


@pytest.mark.xfail(reason="ix-only methods have been removed from _NDFrameIndexer")
def test_geopandas_coordinate_indexer():
# this test is included to have coverage of one case in the indexing.py
# code that is only kept for compatibility with geopandas, see
Expand Down