Skip to content

Commit 981952a

Browse files
fixup
1 parent 27fc95f commit 981952a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ exclude = [
142142
legacy_tox_ini = """
143143
[tox]
144144
isolated_build = true
145-
envlist = py{39,310,311,312,313},py{39,310,311,312,313}-sqla
145+
envlist = py{39,310,311,312,313}
146146
147147
[gh-actions]
148148
python =
@@ -160,13 +160,9 @@ allowlist_externals =
160160
commands =
161161
uv sync --group dev
162162
make test
163+
make test-sqla
163164
passenv =
164165
TOXENV
165166
AWS_*
166167
GITHUB_*
167-
168-
[testenv:py{39,310,311,312,313}-sqla]
169-
commands =
170-
uv sync --group dev
171-
make test-sqla
172168
"""

0 commit comments

Comments
 (0)