Skip to content

Commit

Permalink
test: custom tox install command for cython extension
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Dec 3, 2024
1 parent ad1be34 commit 352eb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 352eb7a

Please sign in to comment.