python3Packages.toolz: skip a regressed test
This commit is contained in:
parent
a459b363de
commit
736d06d6cf
@ -16,6 +16,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/pytoolz/toolz/issues/577
|
||||
"test_inspect_wrapped_property"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/pytoolz/toolz";
|
||||
description = "List processing tools and functional utilities";
|
||||
|
Loading…
Reference in New Issue
Block a user