python311Packages.traitlets: disable failing test

This commit is contained in:
Martin Weinelt
2024-04-15 09:19:58 +02:00
parent e69e1e588b
commit f145aef92c
@@ -34,6 +34,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/ipython/traitlets/issues/902
"test_complete_custom_completers"
];
disabledTestPaths = [
# requires mypy-testing
"tests/test_typing.py"