Skip to content

Commit

Permalink
apacheGH-33689: [Python][CI] Re-enable fsspec tests on dask nightly t…
Browse files Browse the repository at this point in the history
…ests (apache#34925)

### Rationale for this change

fsspec has had a new release, so this test should now be passing again using the latest versions of fsspec and dask

* Closes: apache#33689

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
jorisvandenbossche authored and liujiacheng777 committed May 11, 2023
1 parent 81966a0 commit 9fabf61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/integration_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ python -c "import dask.dataframe"

pytest -v --pyargs dask.dataframe.tests.test_dataframe
pytest -v --pyargs dask.dataframe.io.tests.test_orc
# 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"
pytest -v --pyargs dask.dataframe.io.tests.test_parquet
# this file contains parquet tests that use S3 filesystem
pytest -v --pyargs dask.bytes.tests.test_s3

0 comments on commit 9fabf61

Please sign in to comment.