Skip to content

Conversation

@jvstme
Copy link
Collaborator

@jvstme jvstme commented Dec 5, 2025

Fixes this deprecation warning:

src/tests/_internal/server/test_migrations.py::test_sqlite_migrations
src/tests/_internal/server/test_migrations.py::test_sqlite_migrations
src/tests/_internal/server/test_migrations.py::test_sqlite_migrations
src/tests/_internal/server/test_migrations.py::test_postgres_migrations
src/tests/_internal/server/test_migrations.py::test_postgres_migrations
src/tests/_internal/server/test_migrations.py::test_postgres_migrations
  /home/runner/work/dstack/dstack/.venv/lib/python3.10/site-packages/alembic/config.py:598: DeprecationWarning: No path_separator found in configuration; falling back to legacy splitting on spaces, commas, and colons for prepend_sys_path.  Consider adding path_separator=os to Alembic config.

Context:
https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.16.0-usecase

Does not affect Alembic behavior for dstack.

Fixes this deprecation warning:

```
src/tests/_internal/server/test_migrations.py::test_sqlite_migrations
src/tests/_internal/server/test_migrations.py::test_sqlite_migrations
src/tests/_internal/server/test_migrations.py::test_sqlite_migrations
src/tests/_internal/server/test_migrations.py::test_postgres_migrations
src/tests/_internal/server/test_migrations.py::test_postgres_migrations
src/tests/_internal/server/test_migrations.py::test_postgres_migrations
  /home/runner/work/dstack/dstack/.venv/lib/python3.10/site-packages/alembic/config.py:598: DeprecationWarning: No path_separator found in configuration; falling back to legacy splitting on spaces, commas, and colons for prepend_sys_path.  Consider adding path_separator=os to Alembic config.
```

Context:
https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.16.0-usecase

Does not affect Alembic behavior for dstack.
@jvstme jvstme requested a review from r4victor December 5, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants