Skip to content

Commit 33d80c1

Browse files
committed
Add SQLAlchemy as test dependency for integration tests
1 parent f5b9b48 commit 33d80c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ table-meta = "^0.1.5"
3434
pytest = "^7.4"
3535
pytest-cov = "^4.1"
3636
tox = "^4.0"
37+
sqlalchemy = "^2.0"
3738

3839
[tool.poetry.scripts]
3940
omm = 'omymodels.cli:main'

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deps =
1111
py-models-parser>=1.0.0
1212
pydantic>=1.8.2,<3.0.0
1313
table-meta>=0.1.5
14+
sqlalchemy>=2.0
1415
commands =
1516
pytest tests/ -vv --cov=omymodels --cov-report=term-missing {posargs}
1617

0 commit comments

Comments
 (0)