python3Packages.textnets: skip test broken by igraph 1.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user