python311Packages.param: ignore DeprecationWarning on tests
This commit is contained in:
parent
5faa932cc9
commit
97dcead263
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pytestFlagsArray = [
|
||||||
|
"-W" "ignore::DeprecationWarning"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"param"
|
"param"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue