python314Packages.b2sdk: disable failing test
This commit is contained in:
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 = {
|
||||
|
||||
Reference in New Issue
Block a user