python3packages.ruyaml: fix tests

This commit is contained in:
Antoine Labarussias 2023-05-09 15:55:18 +02:00
parent d7bbeedaac
commit 06dcb2cd9e
No known key found for this signature in database
GPG Key ID: 149D68C2439559EF

View File

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