Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Dask's test_pickle_empty on CI again #442

Merged
merged 3 commits into from Sep 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Expand Up @@ -166,10 +166,9 @@ jobs:
# https://github.com/dask/distributed/issues/4514
export DISABLE_IPV6=1
# Skipping
# - test_pickle_empty until https://github.com/dask/distributed/pull/5303 gets merged,
# - test_dont_steal_unknown_function (https://github.com/dask/distributed/issues/3574)
# See https://github.com/cloudpipe/cloudpickle/pull/432
export PYTEST_ADDOPTS=("-k" "not test_pickle_empty and not test_dont_steal_unknown_functions")
export PYTEST_ADDOPTS=("-k" "not test_dont_steal_unknown_functions")
source ./.github/scripts/test_downstream_project.sh

joblib-downstream-build:
Expand Down