Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support if_exists and if_not_exists on create/drop table commands #1521

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert tox.ini changes
  • Loading branch information
agriffin-grow committed Sep 4, 2024
commit ab4e7d4e535d9fd8fd56bb27e323bfdd864a7aec
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]


envlist = py-sqlalchemy

SQLA_REPO = {env:SQLA_REPO:git+https://github.com/sqlalchemy/sqlalchemy.git}

[testenv]
basepython = py311
cov_args=--cov=alembic --cov-report term --cov-report xml

deps=pytest>4.6,<8.2
Expand Down
Loading