ceph: suppress pytest8 warnings in pyopenssl override

This commit is contained in:
Martin Weinelt 2024-03-17 19:38:59 +01:00
parent e345ab6b65
commit 69aa302c35
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -218,6 +218,9 @@ let
inherit version;
hash = "sha256-hBSYub7GFiOxtsR+u8AjZ8B9YODhlfGXkIF/EMyNsLc=";
};
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
});
# Ceph does not support `kubernetes` >= 19, see: