Loading pkgs/development/python-modules/websockify/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , jwcrypto Loading Loading @@ -36,6 +37,12 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # this test failed on macos # https://github.com/novnc/websockify/issues/552 "test_socket_set_keepalive_options" ]; pythonImportsCheck = [ "websockify" ]; Loading Loading
pkgs/development/python-modules/websockify/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , jwcrypto Loading Loading @@ -36,6 +37,12 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ # this test failed on macos # https://github.com/novnc/websockify/issues/552 "test_socket_set_keepalive_options" ]; pythonImportsCheck = [ "websockify" ]; Loading