Loading pkgs/tools/security/boofuzz/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ python3.pkgs.buildPythonApplication rec { "TestSocketConnection" # SyntaxError: invalid syntax, https://github.com/jtpereyda/boofuzz/issues/663 "test_msg_60_bytes" ] ++ lib.optionals stdenv.isDarwin [ "test_time_repeater" ]; pythonImportsCheck = [ Loading Loading
pkgs/tools/security/boofuzz/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ python3.pkgs.buildPythonApplication rec { "TestSocketConnection" # SyntaxError: invalid syntax, https://github.com/jtpereyda/boofuzz/issues/663 "test_msg_60_bytes" ] ++ lib.optionals stdenv.isDarwin [ "test_time_repeater" ]; pythonImportsCheck = [ Loading