diff --git a/pyproject.toml b/pyproject.toml index 8279fcf..cc118c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]]