3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #169306 from fabaff/webssh-fix

python3Packages.webssh: disable failing test
This commit is contained in:
Fabian Affolter 2022-04-19 13:49:57 +02:00 committed by GitHub
commit 9aa926b000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";