python3Packages.asyncssh: disable TestSKAuthCTAP2 tests

This commit is contained in:
Fabian Affolter
2021-10-17 09:57:27 +02:00
parent cb10e4ddf6
commit 1995c1ce4b
@@ -59,6 +59,11 @@ buildPythonPackage rec {
"tests/sspi_stub.py"
];
disabledTests = [
# No PIN set
"TestSKAuthCTAP2"
];
pythonImportsCheck = [ "asyncssh" ];
meta = with lib; {