Skip to content

fix(ci): alembic migration test uses system SQLAlchemy instead of the venv #76

@pparage

Description

@pparage

The alembic migration test fails because alembic upgrade head runs as a bare subprocess and picks up the system ~/.local SQLAlchemy (too old for DeclarativeBase) instead of the venv interpreter. Pin the migration invocation to the venv so the test (and fresh-target migrations) are reliable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugtrack_axis-00Core stabilisation and hardening

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions