Skip to content

Commit

Permalink
undo dask integration tests change
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed May 3, 2022
1 parent 95bba99 commit 1bca56e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ci/scripts/install_dask.sh
Expand Up @@ -33,5 +33,3 @@ elif [ "${dask}" = "latest" ]; then
else
pip install dask[dataframe]==${dask}
fi
# additional dependencies needed for dask's s3 tests
pip install moto flask requests
2 changes: 0 additions & 2 deletions ci/scripts/integration_dask.sh
Expand Up @@ -39,5 +39,3 @@ pytest -v --pyargs dask.dataframe.io.tests.test_orc
# test_pandas_timestamp_overflow_pyarrow is skipped because of ARROW-15720 - can be removed once 2022.02.1 is out
pytest -v --pyargs dask.dataframe.io.tests.test_parquet \
-k "not test_to_parquet_pyarrow_w_inconsistent_schema_by_partition_fails_by_default and not test_timeseries_nulls_in_schema and not test_pandas_timestamp_overflow_pyarrow"
# this file contains parquet tests that use S3 filesystem
pytest -v --pyargs dask.bytes.tests.test_s3

0 comments on commit 1bca56e

Please sign in to comment.