]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Revert "block pytest 8"
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2024 04:17:45 +0000 (23:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2024 04:17:45 +0000 (23:17 -0500)
This reverts commit d90922d4afbc751b629c3cdf614d273eb143ced4.

an errant breakpoint() got in there.

tests/test_command.py
tox.ini

index 2dfe6697e7e7b520c26f8eb7d6d2b6c1905fca2f..c665f95556deed81c09b8ff9c405c620191e4f53 100644 (file)
@@ -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 76de26a01e8c367373cb9069f8ccb3b174c0009e..3b4c1ff7768777f50ebe18a2b99629d57e81649d 100644 (file)
--- 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