python314Packages.b2sdk: disable failing test

This commit is contained in:
Martin Weinelt
2026-01-08 02:43:18 -08:00
committed by Robert Schütz
parent 87eeddc6e3
commit 16d75bb45f
@@ -1,17 +1,16 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
logfury,
annotated-types,
packaging,
pdm-backend,
pyfakefs,
pytest-lazy-fixtures,
pytest-mock,
pytest-timeout,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
requests,
responses,
@@ -54,6 +53,12 @@ buildPythonPackage rec {
"test/unit"
];
disabledTests = lib.optionals (pythonAtLeast "3.14") [
# - 'could not be accessed (no permissions to read?)',
# + 'could not be accessed (broken symlink?)',
"test_dir_without_exec_permission"
];
pythonImportsCheck = [ "b2sdk" ];
meta = {