Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Dec 28, 2024
1 parent d369744 commit 3e8257a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ exclude = [
legacy_tox_ini = """
[tox]
isolated_build = true
envlist = py{39,310,311,312,313},py{39,310,311,312,313}-sqla
envlist = py{39,310,311,312,313}
[gh-actions]
python =
Expand All @@ -160,13 +160,9 @@ allowlist_externals =
commands =
uv sync --group dev
make test
make test-sqla
passenv =
TOXENV
AWS_*
GITHUB_*
[testenv:py{39,310,311,312,313}-sqla]
commands =
uv sync --group dev
make test-sqla
"""

0 comments on commit 3e8257a

Please sign in to comment.