summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/asyncssh
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-10-17 09:57:27 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-10-17 09:57:27 +0200
commit1995c1ce4b60d0507318e05121f0af5a77adb7ba (patch)
tree250b89cf69da57eb0b9ff6cfb2ab0f5d15fa588b /pkgs/development/python-modules/asyncssh
parentMerge pull request #141683 from LibreCybernetics/update-android-studio (diff)
downloadnixpkgs-1995c1ce4b60d0507318e05121f0af5a77adb7ba.tar.gz
python3Packages.asyncssh: disable TestSKAuthCTAP2 tests
Diffstat (limited to 'pkgs/development/python-modules/asyncssh')
-rw-r--r--pkgs/development/python-modules/asyncssh/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix
index 5afd91f52f3e..4c2fd7e6c64b 100644
--- a/pkgs/development/python-modules/asyncssh/default.nix
+++ b/pkgs/development/python-modules/asyncssh/default.nix
@@ -59,6 +59,11 @@ buildPythonPackage rec {
"tests/sspi_stub.py"
];
+ disabledTests = [
+ # No PIN set
+ "TestSKAuthCTAP2"
+ ];
+
pythonImportsCheck = [ "asyncssh" ];
meta = with lib; {