This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new b48a230e7e GH-15064: [Python][CI] Dask nightly tests are failing due
to fsspec bug (#15065)
b48a230e7e is described below
commit b48a230e7ef1fa9643d11d978e80816c0af45c87
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Dec 22 11:55:06 2022 +0100
GH-15064: [Python][CI] Dask nightly tests are failing due to fsspec bug
(#15065)
* Closes: #15064
Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
ci/scripts/integration_dask.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ci/scripts/integration_dask.sh b/ci/scripts/integration_dask.sh
index eeaba715b6..0297758591 100755
--- a/ci/scripts/integration_dask.sh
+++ b/ci/scripts/integration_dask.sh
@@ -33,6 +33,7 @@ python -c "import dask.dataframe"
pytest -v --pyargs dask.dataframe.tests.test_dataframe
pytest -v --pyargs dask.dataframe.io.tests.test_orc
-pytest -v --pyargs dask.dataframe.io.tests.test_parquet
+# skip test until new fsspec release is out
(https://github.com/fsspec/filesystem_spec/pull/1139)
+pytest -v --pyargs dask.dataframe.io.tests.test_parquet -k "not
test_pyarrow_filesystem_option"
# this file contains parquet tests that use S3 filesystem
pytest -v --pyargs dask.bytes.tests.test_s3