New comment by c0m4r on void-packages repository https://github.com/void-linux/void-packages/pull/48465#issuecomment-1920048313 Comment: setup.py test was previously failing due to ``` iphlpapi = ctypes.windll.LoadLibrary("Iphlpapi") # type: ignore ``` in `ifaddr/_win32.py`, which is loaded only on nt platforms, I've added pytest to use `ifaddr/test_ifaddr.py` instead