lol

python311Packages.traitlets: disable failing test

+5
+5
pkgs/development/python-modules/traitlets/default.nix
··· 34 pytestCheckHook 35 ]; 36 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"