diff --git a/delocate/tests/test_libsana.py b/delocate/tests/test_libsana.py index fb85b9cf..9c006fe2 100644 --- a/delocate/tests/test_libsana.py +++ b/delocate/tests/test_libsana.py @@ -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: