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
pytestCheckHook
35
];
36
0
0
0
0
0
37
disabledTestPaths = [
38
# requires mypy-testing
39
"tests/test_typing.py"
···
34
pytestCheckHook
35
];
36
37
+
disabledTests = [
38
+
# https://github.com/ipython/traitlets/issues/902
39
+
"test_complete_custom_completers"
40
+
];
41
+
42
disabledTestPaths = [
43
# requires mypy-testing
44
"tests/test_typing.py"