From f8f014200975bb62cc192eb2e7017515ccab8d68 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 20 Mar 2019 10:02:20 +0100 Subject: [PATCH] xfail ODO test (incompatible with latest pandas) - https://github.com/blaze/odo/issues/621 --- tests/test_core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_core.py b/tests/test_core.py index 78e558d2b..2116d2b01 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -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()