Skip to content

Commit fc405e6

Browse files
YoanSallamiclaude
andcommitted
CI: run the full CLI test suite per Python version (3.10–3.14)
Rename the wheel smoke job to `wheel-tests` and, after installing the built abi3 wheel, run `pytest tests/cli` on each of 3.10–3.14 (Linux + both macOS arches) instead of only a one-line import/compile smoke. Installs pytest, logica (sqlite UDFs) and psycopg (so the one psql runner-ordering test reaches its DSN check; the other remote engines' tests run driver-free). duckdb and rdflib come in as core deps of the wheel. uv.lock: refresh after duckdb became a core dependency. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 097c299 commit fc405e6

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,10 @@ jobs:
260260
# --find-links serves the locally-built synalog wheel; its runtime deps
261261
# (click, rich, rdflib, duckdb) resolve from PyPI. Don't use --no-index:
262262
# it would block dependency resolution and fail the install. `logica`
263-
# registers the sqlite runtime UDFs the CLI tests exercise.
264-
run: pip install --find-links wheels synalog pytest logica
263+
# registers the sqlite runtime UDFs the CLI tests exercise; psycopg lets
264+
# the one psql runner-ordering test reach its DSN check (the other remote
265+
# engines' tests run driver-free).
266+
run: pip install --find-links wheels synalog pytest logica "psycopg[binary]"
265267
- name: Smoke test
266268
run: |
267269
python -c "

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)