fix: allow access to {wheel} in more places (#1533)
pass {wheel} path to test command so I can use with tox --installpkg
Co-authored-by: Cosimo Lupo <clupo@google.com>
This commit is contained in:
co-authored by
Cosimo Lupo
parent
2b769c9052
commit
cee0848b49
@@ -599,6 +599,7 @@ def build(options: Options, tmp_path: Path) -> None:
|
||||
build_options.test_command,
|
||||
project=Path(".").resolve(),
|
||||
package=build_options.package_dir.resolve(),
|
||||
wheel=repaired_wheel,
|
||||
)
|
||||
|
||||
test_cwd = identifier_tmp_dir / "test_cwd"
|
||||
|
||||
Reference in New Issue
Block a user