Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-10-17 12:01:09 +00:00
committed by GitHub
18 changed files with 126 additions and 100 deletions
@@ -59,6 +59,11 @@ buildPythonPackage rec {
"tests/sspi_stub.py"
];
disabledTests = [
# No PIN set
"TestSKAuthCTAP2"
];
pythonImportsCheck = [ "asyncssh" ];
meta = with lib; {