something has changed and teardown() is no longer called.
SQLAlchemy seems to also be pinned below pytest 8 (which we need to fix)
so this is likely related
Change-Id: I784b3abde67528c30af06a01b3a02d481a29276f
clear_staging_env()
def teardown(self):
+ breakpoint()
self.cfg.set_main_option("revision_environment", "false")
@classmethod
[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