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
37
pytestCheckHook
38
38
];
39
39
40
40
+
pytestFlagsArray = [
41
41
+
"-W" "ignore::DeprecationWarning"
42
42
+
];
43
43
+
40
44
pythonImportsCheck = [
41
45
"ruyaml"
42
46
];