tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.calmjs: disable failing test
Martin Weinelt
1 year ago
02793bc7
e4020cd4
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
calmjs
default.nix
+5
pkgs/development/python-modules/calmjs/default.nix
reviewed
···
25
25
26
26
checkInputs = [ pytestCheckHook ];
27
27
28
28
+
disabledTests = [
29
29
+
# spacing changes in argparse output
30
30
+
"test_integration_choices_in_list"
31
31
+
];
32
32
+
28
33
# ModuleNotFoundError: No module named 'calmjs.types'
29
34
# Not yet clear how to run these tests correctly
30
35
# https://github.com/calmjs/calmjs/issues/63