ceph: disable failing test in pyopenssl

This commit is contained in:
Martin Weinelt
2024-03-27 18:35:08 +01:00
parent fad18b0c0e
commit bad4ddcfd4
+2 -2
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"
];
});