python3Packages.toolz: skip a regressed test

This commit is contained in:
Vladimír Čunát 2024-04-16 15:37:40 +02:00
parent a459b363de
commit 736d06d6cf
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 5 additions and 0 deletions

View File

@ -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";