We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73d24a commit 348eec1Copy full SHA for 348eec1
tox.ini
@@ -15,6 +15,7 @@ allowlist_externals =
15
pytest
16
uv
17
commands_pre =
18
+ uv pip install pyarrow==20.0.0
19
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
20
commands =
21
uv run pytest -n {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \
@@ -38,6 +39,7 @@ allowlist_externals =
38
39
40
41
42
43
uv sync --frozen --verbose --all-extras
44
45
0 commit comments