python3packages.ruyaml: fix tests

This commit is contained in:
Antoine Labarussias
2023-05-09 15:58:34 +02:00
parent d7bbeedaac
commit 06dcb2cd9e
@@ -37,6 +37,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
pythonImportsCheck = [
"ruyaml"
];