Commit 26016a5
authored
[chore]: Fix Alembic
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.path_separator warning (#3353)1 parent a5d3202 commit 26016a5
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
48 | 46 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 47 | + | |
| 48 | + | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
0 commit comments