python3Packages.anywidget: disable failing tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:19 +02:00
parent 7c5841b411
commit 7970017b7b
@@ -59,6 +59,16 @@ buildPythonPackage rec {
disabledTests = [
# requires package.json
"test_version"
# AssertionError: assert not {140737277121872: <MockComm id='140737277118512'>}
"test_descriptor_with_psygnal"
"test_descriptor_with_pydantic"
"test_descriptor_with_msgspec"
"test_descriptor_with_traitlets"
"test_infer_file_contents"
# assert not {<function _connect_psygnal.<locals>._disconnect at 0x7ffff3617e...
"test_descriptor_with_psygnal"
];
pythonImportsCheck = [ "anywidget" ];