ceph: disable failing test in pyopenssl

This commit is contained in:
Martin Weinelt 2024-03-24 12:43:08 +01:00
parent fad18b0c0e
commit bad4ddcfd4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ let
inherit version;
hash = "sha256-hBSYub7GFiOxtsR+u8AjZ8B9YODhlfGXkIF/EMyNsLc=";
};
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
disabledTests = old.disabledTests or [ ] ++ [
"test_export_md5_digest"
];
});