diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index f37f31686ef69..23ec6df975b95 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -27,12 +27,12 @@ jobs: settings: [ [actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""], [actions-38-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""], - [actions-38.yaml, "not slow and not network and not clipboard", "", "", "", "", ""], + [actions-38.yaml, "not slow and not clipboard", "", "", "", "", ""], [actions-38-slow.yaml, "slow", "", "", "", "", ""], [actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""], [actions-39-slow.yaml, "slow", "", "", "", "", ""], [actions-39-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"], - [actions-39.yaml, "not slow and not network and not clipboard", "", "", "", "", ""] + [actions-39.yaml, "not slow and not clipboard", "", "", "", "", ""] ] fail-fast: false env: diff --git a/ci/azure/posix.yml b/ci/azure/posix.yml index eaac17d50c315..36721037e55eb 100644 --- a/ci/azure/posix.yml +++ b/ci/azure/posix.yml @@ -12,12 +12,12 @@ jobs: py38_macos_1: ENV_FILE: ci/deps/azure-macos-38.yaml CONDA_PY: "38" - PATTERN: "not slow and not network" + PATTERN: "not slow" PYTEST_TARGET: "pandas/tests/[a-h]*" py38_macos_2: ENV_FILE: ci/deps/azure-macos-38.yaml CONDA_PY: "38" - PATTERN: "not slow and not network" + PATTERN: "not slow" PYTEST_TARGET: "pandas/tests/[i-z]*" steps: diff --git a/ci/azure/windows.yml b/ci/azure/windows.yml index 3bd20b1399be2..7f3efb5a4dbf3 100644 --- a/ci/azure/windows.yml +++ b/ci/azure/windows.yml @@ -11,28 +11,28 @@ jobs: py38_np18_1: ENV_FILE: ci/deps/azure-windows-38.yaml CONDA_PY: "38" - PATTERN: "not slow and not network" + PATTERN: "not slow" PYTEST_WORKERS: 2 # GH-42236 PYTEST_TARGET: "pandas/tests/[a-h]*" py38_np18_2: ENV_FILE: ci/deps/azure-windows-38.yaml CONDA_PY: "38" - PATTERN: "not slow and not network" + PATTERN: "not slow" PYTEST_WORKERS: 2 # GH-42236 PYTEST_TARGET: "pandas/tests/[i-z]*" py39_1: ENV_FILE: ci/deps/azure-windows-39.yaml CONDA_PY: "39" - PATTERN: "not slow and not network and not high_memory" + PATTERN: "not slow and not high_memory" PYTEST_WORKERS: 2 # GH-42236 PYTEST_TARGET: "pandas/tests/[a-h]*" py39_2: ENV_FILE: ci/deps/azure-windows-39.yaml CONDA_PY: "39" - PATTERN: "not slow and not network and not high_memory" + PATTERN: "not slow and not high_memory" PYTEST_WORKERS: 2 # GH-42236 PYTEST_TARGET: "pandas/tests/[i-z]*"