Use python from venv
Some checks failed
Run Tests / run-tests (push) Failing after 39s

This commit is contained in:
2026-05-01 19:12:40 +02:00
parent 0632899f7a
commit c1a6dafa9f
3 changed files with 34 additions and 6 deletions

View File

@@ -11,7 +11,8 @@ dependencies = [
"authlib (==1.6.9)",
"sqlalchemy (>=2.0.49,<3.0.0)",
"pytest-alembic (>=0.12.1,<0.13.0)",
"pytest-env (>=1.6.0,<2.0.0)"
"pytest-env (>=1.6.0,<2.0.0)",
"pysqlite3-binary (>=0.5.4.post2,<0.6.0)"
]
[tool.poetry]