Skip to content

Commit

Permalink
change name of wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Feb 6, 2024
1 parent 6332cb5 commit 7726378
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions delocate/tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,10 @@ def test_delocate_wheel_verify_name_universal2_verify_crash(
) -> None:
zip2dir(plat_wheel.whl, tmp_path / "plat")
shutil.copy(
DATA_PATH / "libam1_12.dylib", tmp_path / "plat/fakepkg1/libam1.dylib"
DATA_PATH / "libam1_12.dylib",
tmp_path / "plat" / "fakepkg1" / "libam1.dylib",
)
whl_10_9 = tmp_path / "plat-1.0-cp311-cp311-macosx_10_9_universal2.whl"
whl_10_9 = tmp_path / "plat2-1.0-cp311-cp311-macosx_10_9_universal2.whl"
dir2zip(tmp_path / "plat", whl_10_9)
monkeypatch.setenv("MACOSX_DEPLOYMENT_TARGET", "10.9")
result = script_runner.run(
Expand Down

0 comments on commit 7726378

Please sign in to comment.