From: Mike Bayer Date: Mon, 4 Mar 2024 04:17:45 +0000 (-0500) Subject: Revert "block pytest 8" X-Git-Tag: rel_1_13_2~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c14bcd6f6514b1f3174098dfee9f8234dba1aea7;p=thirdparty%2Fsqlalchemy%2Falembic.git Revert "block pytest 8" This reverts commit d90922d4afbc751b629c3cdf614d273eb143ced4. an errant breakpoint() got in there. --- diff --git a/tests/test_command.py b/tests/test_command.py index 2dfe6697..c665f955 100644 --- a/tests/test_command.py +++ b/tests/test_command.py @@ -65,7 +65,6 @@ class HistoryTest(_BufMixin, TestBase): 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 76de26a0..3b4c1ff7 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,8 +deps=pytest>4.6 pytest-xdist sqla13: pytest<7 sqla13: {[tox]SQLA_REPO}@rel_1_3#egg=sqlalchemy