Skip to content

Commit 7ddb089

Browse files
authored
Update distributed CI test dependencies (#445)
1 parent 6099fdb commit 7ddb089

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')"
142142
env:
143143
PROJECT: distributed
144-
TEST_REQUIREMENTS: cryptography pytest pytest-timeout numpy pandas mock bokeh fsspec>=0.3.3
144+
TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3
145145
PROJECT_URL: https://github.com/dask/distributed.git
146146
strategy:
147147
matrix:
@@ -165,11 +165,7 @@ jobs:
165165
# FIXME ipv6-related failures on Ubuntu github actions CI
166166
# https://github.com/dask/distributed/issues/4514
167167
export DISABLE_IPV6=1
168-
# Skipping
169-
# - test_dont_steal_unknown_function (https://github.com/dask/distributed/issues/3574)
170-
# - test_target_duration (https://github.com/dask/distributed/issues/4859)
171-
# See https://github.com/cloudpipe/cloudpickle/pull/432
172-
export PYTEST_ADDOPTS=("-k" "not test_dont_steal_unknown_functions and not test_target_duration")
168+
export PYTEST_ADDOPTS=("-m" "not avoid_ci")
173169
source ./.github/scripts/test_downstream_project.sh
174170
175171
joblib-downstream-build:

0 commit comments

Comments
 (0)