Skip to content

Commit

Permalink
xfail ODO test (incompatible with latest pandas)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jul 15, 2019
1 parent ef9ab0e commit f8f0142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import pandasdmx


@pytest.mark.filterwarnings('ignore:pandas.tslib')
@pytest.mark.xfail('https://github.com/blaze/odo/issues/621',
raises=AttributeError)
def test_odo_register():
pandasdmx.odo_register()

0 comments on commit f8f0142

Please sign in to comment.