lol

python311Packages.traitlets: disable failing test

+5
+5
pkgs/development/python-modules/traitlets/default.nix
··· 34 34 pytestCheckHook 35 35 ]; 36 36 37 + disabledTests = [ 38 + # https://github.com/ipython/traitlets/issues/902 39 + "test_complete_custom_completers" 40 + ]; 41 + 37 42 disabledTestPaths = [ 38 43 # requires mypy-testing 39 44 "tests/test_typing.py"