mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Merge pull request #141951 from fabaff/fix-asyncssh
python3Packages.asyncssh: disable TestSKAuthCTAP2 tests
This commit is contained in:
commit
3d8ffb1fa4
|
@ -59,6 +59,11 @@ buildPythonPackage rec {
|
|||
"tests/sspi_stub.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# No PIN set
|
||||
"TestSKAuthCTAP2"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "asyncssh" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue