Skip to content

Commit

Permalink
chore(tox): fix a couple of PEBCAKs
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Apr 14, 2024
1 parent b294758 commit 81c51fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -214,7 +214,9 @@ commands = {[with-cython]commands}

[testenv:py312_cython]
basepython = python3.12
# NOTE(vytas): pyximport relies on distutils.extension
deps = {[with-cython]deps}
setuptools
setenv = {[with-cython]setenv}
commands = {[with-cython]commands}

Expand All @@ -223,7 +225,6 @@ commands = {[with-cython]commands}
# --------------------------------------------------------------------

[testenv:wsgi_servers]
install_command = {[with-cython]install_command}
setenv = {[with-cython]setenv}
deps = {[with-cython]deps}
gunicorn
Expand Down

0 comments on commit 81c51fd

Please sign in to comment.