Skip to content

Commit aaa3c37

Browse files
SNOW-3243341: Python e2e tests for pyarrow and pandas support
1 parent f1cda44 commit aaa3c37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
py: "3.13"
209209
cloud_provider: aws
210210
extras: "pandas"
211-
hatch_env: "pandas-test"
211+
hatch_env: "test-pandas"
212212
runs-on: ${{ matrix.os }}
213213
name: python_tests (${{ matrix.os }}, py${{ matrix.py }}, ${{ matrix.cloud_provider }}, ${{ matrix.extras }})
214214
steps:

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ cov = "pytest tests/ --ignore=tests/packaging --ignore=tests/e2e/pandas --cov=sr
257257
# Pandas-specific CI test environment
258258
[tool.hatch.envs.test-pandas]
259259
template = "test"
260-
features = ["pandas"]
260+
features = ["test", "dev", "pandas"]
261261

262262
[[tool.hatch.envs.test-pandas.matrix]]
263263
python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)