diff --git a/tests/test_command.py b/tests/test_command.py index c665f955..2dfe6697 100644 --- a/tests/test_command.py +++ b/tests/test_command.py @@ -65,6 +65,7 @@ def teardown_class(cls): clear_staging_env() def teardown(self): + breakpoint() self.cfg.set_main_option("revision_environment", "false") @classmethod diff --git a/tox.ini b/tox.ini index 3b4c1ff7..76de26a0 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ SQLA_REPO = {env:SQLA_REPO:git+https://github.com/sqlalchemy/sqlalchemy.git} [testenv] cov_args=--cov=alembic --cov-report term --cov-report xml -deps=pytest>4.6 +deps=pytest>4.6,8 pytest-xdist sqla13: pytest<7 sqla13: {[tox]SQLA_REPO}@rel_1_3#egg=sqlalchemy