From ff7197d783b26c32245ba3610eca304bd385a4a0 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Apr 01 2019 07:43:37 +0000 Subject: Add ppc64 to skipped arches. --- diff --git a/0001-XFail-partitioning-test-on-some-arches.patch b/0001-XFail-partitioning-test-on-some-arches.patch index a508c86..5eac827 100644 --- a/0001-XFail-partitioning-test-on-some-arches.patch +++ b/0001-XFail-partitioning-test-on-some-arches.patch @@ -1,4 +1,4 @@ -From 85093cbcb4353e02c0cf55f82eb3fda95dc97bf2 Mon Sep 17 00:00:00 2001 +From e345f8ccac67954c7b95be2be8f4f794135144f3 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 3 Mar 2019 05:24:13 -0500 Subject: [PATCH] XFail partitioning test on some arches. @@ -9,7 +9,7 @@ Signed-off-by: Elliott Sales de Andrade 1 file changed, 4 insertions(+) diff --git a/dask/dataframe/tests/test_dataframe.py b/dask/dataframe/tests/test_dataframe.py -index 7ddd900f..b6aa9c52 100644 +index 7ddd900f..7c16c770 100644 --- a/dask/dataframe/tests/test_dataframe.py +++ b/dask/dataframe/tests/test_dataframe.py @@ -1,3 +1,4 @@ @@ -21,7 +21,7 @@ index 7ddd900f..b6aa9c52 100644 assert_eq(ddf, df.y) -+@pytest.mark.xfail(platform.machine() in ('ppc64le', 'aarch64', 's390x', ++@pytest.mark.xfail(platform.machine() in ('ppc64', 'ppc64le', 'aarch64', 's390x', + 'i686', 'i586', 'i386'), + reason='Unsupported architecture') @pytest.mark.parametrize('use_index', [True, False])