python311Packages.param: ignore DeprecationWarning on tests

This commit is contained in:
Martin Weinelt 2024-02-24 01:54:26 +01:00
parent 5faa932cc9
commit 97dcead263
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -40,6 +40,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
pythonImportsCheck = [
"param"
];