nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.anywidget: disable failing tests

+10
+10
pkgs/development/python-modules/anywidget/default.nix
··· 59 59 disabledTests = [ 60 60 # requires package.json 61 61 "test_version" 62 + 63 + # AssertionError: assert not {140737277121872: <MockComm id='140737277118512'>} 64 + "test_descriptor_with_psygnal" 65 + "test_descriptor_with_pydantic" 66 + "test_descriptor_with_msgspec" 67 + "test_descriptor_with_traitlets" 68 + "test_infer_file_contents" 69 + 70 + # assert not {<function _connect_psygnal.<locals>._disconnect at 0x7ffff3617e... 71 + "test_descriptor_with_psygnal" 62 72 ]; 63 73 64 74 pythonImportsCheck = [ "anywidget" ];