tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.traitlets: disable failing test
Martin Weinelt
2 years ago
f145aef9
e69e1e58
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
traitlets
default.nix
+5
pkgs/development/python-modules/traitlets/default.nix
···
34
34
pytestCheckHook
35
35
];
36
36
37
37
+
disabledTests = [
38
38
+
# https://github.com/ipython/traitlets/issues/902
39
39
+
"test_complete_custom_completers"
40
40
+
];
41
41
+
37
42
disabledTestPaths = [
38
43
# requires mypy-testing
39
44
"tests/test_typing.py"