python3Packages.textnets: skip test broken by igraph 1.0.0

This commit is contained in:
Robert Schütz
2025-11-01 15:37:00 -07:00
parent 7c8d0180ee
commit 384dc38161

View File

@@ -69,6 +69,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/jboynyc/textnets/issues/66
"test_textnet_save_and_load"
];
pythonImportsCheck = [ "textnets" ];
# Enable the package to find the cythonized .so files during testing. See #255262