python3Packages.webssh: disable failing test

main
Fabian Affolter 2 years ago
parent 9e6887b3e5
commit 1a53c295bf
  1. 5
      pkgs/development/python-modules/webssh/default.nix

@ -29,6 +29,11 @@ buildPythonPackage rec {
"webssh"
];
disabledTests = [
# Test fails with AttributeError (possibly related to paramiko update)
"test_app_with_bad_host_key"
];
meta = with lib; {
description = "Web based SSH client";
homepage = "https://github.com/huashengdun/webssh/";

Loading…
Cancel
Save