Merge pull request #141951 from fabaff/fix-asyncssh

python3Packages.asyncssh: disable TestSKAuthCTAP2 tests
This commit is contained in:
Fabian Affolter
2021-10-17 11:29:54 +02:00
committed by GitHub
@@ -59,6 +59,11 @@ buildPythonPackage rec {
"tests/sspi_stub.py"
];
disabledTests = [
# No PIN set
"TestSKAuthCTAP2"
];
pythonImportsCheck = [ "asyncssh" ];
meta = with lib; {