From 352eb7ab6d7b6fc0ecf9843bc33dd08b5939fe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Tue, 3 Dec 2024 07:49:14 +0100 Subject: [PATCH] test: custom tox install command for cython extension --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fa076ce..99aa788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,6 +120,7 @@ requires = [ "3.9" = ["3.9"] [tool.tox.env_run_base] +install_command = "python -m pip install --only-binary :all: {opts} {packages}" commands = [[ "pytest", "-s",