python3packages.ruyaml: fix tests
This commit is contained in:
parent
d7bbeedaac
commit
06dcb2cd9e
@ -37,6 +37,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"ruyaml"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user