From 81c51fd2004d22faa2d893f9fd91cab72d418db2 Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Sun, 14 Apr 2024 12:44:23 +0200 Subject: [PATCH] chore(tox): fix a couple of PEBCAKs --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b4339fe7b..8ebde179e 100644 --- a/tox.ini +++ b/tox.ini @@ -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} @@ -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