Skip to content

Commit

Permalink
fixup! fixup! fixup! Make platform wheel tests location independent.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Jul 22, 2021
1 parent 353c663 commit b6c6329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion delocate/tests/test_libsana.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ def test_wheel_libs(plat_wheel: PlatWheel) -> None:

assert wheel_libs(plat_wheel.whl) == {
plat_wheel.stray_lib: {mod2: plat_wheel.stray_lib},
realpath(LIBSYSTEMB): {mod2: LIBSYSTEMB},
realpath(LIBSYSTEMB): {
mod2: LIBSYSTEMB, plat_wheel.stray_lib: LIBSYSTEMB
},
}

def filt(fname: str) -> bool:
Expand Down

0 comments on commit b6c6329

Please sign in to comment.