python3Packages.websockify: allow local networking on darwin

This commit is contained in:
Harinn
2026-06-16 21:23:46 +07:00
parent ce08c9da2f
commit ff5f134a86
@@ -38,6 +38,8 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [ pytestCheckHook ];
__darwinAllowLocalNetworking = true;
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
# this test failed on macos
# https://github.com/novnc/websockify/issues/552