Skip to content

Commit

Permalink
make tox install wheels in the test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoller committed Jan 30, 2025
1 parent b20e462 commit 8c27ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ requires = ["tox>=4.19"]
env_list = ["3.9", "3.13"]

[tool.tox.env_run_base]
description = "Run test under {base_python}"
description = "Run tests under {base_python}"
package = "wheel"
commands = [["pytest"]]

0 comments on commit 8c27ce8

Please sign in to comment.