tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3packages.ruyaml: fix tests
Antoine Labarussias
2 years ago
06dcb2cd
d7bbeeda
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
ruyaml
default.nix
+4
pkgs/development/python-modules/ruyaml/default.nix
···
37
pytestCheckHook
38
];
39
0
0
0
0
40
pythonImportsCheck = [
41
"ruyaml"
42
];
···
37
pytestCheckHook
38
];
39
40
+
pytestFlagsArray = [
41
+
"-W" "ignore::DeprecationWarning"
42
+
];
43
+
44
pythonImportsCheck = [
45
"ruyaml"
46
];