python312Packages.logilab-common: fix build (#359252)

This commit is contained in:
Weijia Wang 2024-11-27 22:16:05 +01:00 committed by GitHub
commit cbe847702f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7597,7 +7597,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 { };