Loading pkgs/development/python-modules/mock-ssh-server/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ , buildPythonPackage , fetchFromGitHub , paramiko , pkgs , pytestCheckHook , pythonOlder }: Loading @@ -25,20 +23,13 @@ buildPythonPackage rec { paramiko ]; nativeCheckInputs = [ pytestCheckHook pkgs.openssh ]; # Tests are running into a timeout on Hydra, they work locally doCheck = false; pythonImportsCheck = [ "mockssh" ]; disabledTests = [ # ValueError: Invalid file descriptor: -1 "test_ssh_session" ]; meta = with lib; { description = "Python mock SSH server for testing purposes"; homepage = "https://github.com/carletes/mock-ssh-server"; Loading Loading
pkgs/development/python-modules/mock-ssh-server/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ , buildPythonPackage , fetchFromGitHub , paramiko , pkgs , pytestCheckHook , pythonOlder }: Loading @@ -25,20 +23,13 @@ buildPythonPackage rec { paramiko ]; nativeCheckInputs = [ pytestCheckHook pkgs.openssh ]; # Tests are running into a timeout on Hydra, they work locally doCheck = false; pythonImportsCheck = [ "mockssh" ]; disabledTests = [ # ValueError: Invalid file descriptor: -1 "test_ssh_session" ]; meta = with lib; { description = "Python mock SSH server for testing purposes"; homepage = "https://github.com/carletes/mock-ssh-server"; Loading