python311Packages.click: disable failing test

This test reliably fails when run on a ZFS dataset with formD
normalizaton.
This commit is contained in:
Martin Weinelt 2023-11-30 03:20:03 +01:00
parent 4bdb2120ac
commit 5bd94e6862
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -35,6 +35,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# test fails with filename normalization on zfs
"test_file_surrogates"
];
passthru.tests = {
inherit black flask magic-wormhole mitmproxy typer;
};