python312Packages.logilab-common: fix build

This commit is contained in:
wxt 2024-11-26 19:51:41 +08:00
parent dafe47b3c8
commit 4279574f1f
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -7587,7 +7587,9 @@ self: super: with self; {
logical-unification = callPackage ../development/python-modules/logical-unification { };
logilab-common = callPackage ../development/python-modules/logilab/common.nix { };
logilab-common = callPackage ../development/python-modules/logilab/common.nix {
pytestCheckHook = pytest7CheckHook;
};
logilab-constraint = callPackage ../development/python-modules/logilab/constraint.nix { };