Skip to content

Commit 348eec1

Browse files
committed
force pyarrow 20 for test until we ugrade containers
1 parent b73d24a commit 348eec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ allowlist_externals =
1515
pytest
1616
uv
1717
commands_pre =
18+
uv pip install pyarrow==20.0.0
1819
uv sync --frozen --verbose --extra deltalake --extra gremlin --extra mysql --extra opencypher --extra opensearch --extra oracle --extra postgres --extra redshift --extra sparql --extra sqlserver --extra geopandas
1920
commands =
2021
uv run pytest -n {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \
@@ -38,6 +39,7 @@ allowlist_externals =
3839
pytest
3940
uv
4041
commands_pre =
42+
uv pip install pyarrow==20.0.0
4143
uv sync --frozen --verbose --all-extras
4244
commands =
4345
uv run pytest -n {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \

0 commit comments

Comments
 (0)