From c14bcd6f6514b1f3174098dfee9f8234dba1aea7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 3 Mar 2024 23:17:45 -0500 Subject: [PATCH] Revert "block pytest 8" This reverts commit d90922d4afbc751b629c3cdf614d273eb143ced4. an errant breakpoint() got in there. --- tests/test_command.py | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3