Skip to content

Commit

Permalink
Revert "block pytest 8"
Browse files Browse the repository at this point in the history
This reverts commit d90922d.

an errant breakpoint() got in there.
  • Loading branch information
zzzeek committed Mar 4, 2024
1 parent d90922d commit c14bcd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def teardown_class(cls):
clear_staging_env()

def teardown(self):
breakpoint()
self.cfg.set_main_option("revision_environment", "false")

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c14bcd6

Please sign in to comment.