python3Packages.asyncssh: disable TestSKAuthCTAP2 tests
This commit is contained in:
@@ -59,6 +59,11 @@ buildPythonPackage rec {
|
||||
"tests/sspi_stub.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# No PIN set
|
||||
"TestSKAuthCTAP2"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "asyncssh" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user