Skip to content

Commit f42fff8

Browse files
authored
CI/TST: Add network tests to CI (#44648)
1 parent 8fefaa5 commit f42fff8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/posix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
settings: [
2828
[actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
2929
[actions-38-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
30-
[actions-38.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
30+
[actions-38.yaml, "not slow and not clipboard", "", "", "", "", ""],
3131
[actions-38-slow.yaml, "slow", "", "", "", "", ""],
3232
[actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
3333
[actions-39-slow.yaml, "slow", "", "", "", "", ""],
3434
[actions-39-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
35-
[actions-39.yaml, "not slow and not network and not clipboard", "", "", "", "", ""]
35+
[actions-39.yaml, "not slow and not clipboard", "", "", "", "", ""]
3636
]
3737
fail-fast: false
3838
env:

ci/azure/posix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
py38_macos_1:
1313
ENV_FILE: ci/deps/azure-macos-38.yaml
1414
CONDA_PY: "38"
15-
PATTERN: "not slow and not network"
15+
PATTERN: "not slow"
1616
PYTEST_TARGET: "pandas/tests/[a-h]*"
1717
py38_macos_2:
1818
ENV_FILE: ci/deps/azure-macos-38.yaml
1919
CONDA_PY: "38"
20-
PATTERN: "not slow and not network"
20+
PATTERN: "not slow"
2121
PYTEST_TARGET: "pandas/tests/[i-z]*"
2222

2323
steps:

ci/azure/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ jobs:
1111
py38_np18_1:
1212
ENV_FILE: ci/deps/azure-windows-38.yaml
1313
CONDA_PY: "38"
14-
PATTERN: "not slow and not network"
14+
PATTERN: "not slow"
1515
PYTEST_WORKERS: 2 # GH-42236
1616
PYTEST_TARGET: "pandas/tests/[a-h]*"
1717

1818
py38_np18_2:
1919
ENV_FILE: ci/deps/azure-windows-38.yaml
2020
CONDA_PY: "38"
21-
PATTERN: "not slow and not network"
21+
PATTERN: "not slow"
2222
PYTEST_WORKERS: 2 # GH-42236
2323
PYTEST_TARGET: "pandas/tests/[i-z]*"
2424

2525
py39_1:
2626
ENV_FILE: ci/deps/azure-windows-39.yaml
2727
CONDA_PY: "39"
28-
PATTERN: "not slow and not network and not high_memory"
28+
PATTERN: "not slow and not high_memory"
2929
PYTEST_WORKERS: 2 # GH-42236
3030
PYTEST_TARGET: "pandas/tests/[a-h]*"
3131

3232
py39_2:
3333
ENV_FILE: ci/deps/azure-windows-39.yaml
3434
CONDA_PY: "39"
35-
PATTERN: "not slow and not network and not high_memory"
35+
PATTERN: "not slow and not high_memory"
3636
PYTEST_WORKERS: 2 # GH-42236
3737
PYTEST_TARGET: "pandas/tests/[i-z]*"
3838

0 commit comments

Comments
 (0)