Skip to content

Commit 4279574

Browse files
committed
python312Packages.logilab-common: fix build
1 parent dafe47b commit 4279574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/top-level/python-packages.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7587,7 +7587,9 @@ self: super: with self; {
75877587

75887588
logical-unification = callPackage ../development/python-modules/logical-unification { };
75897589

7590-
logilab-common = callPackage ../development/python-modules/logilab/common.nix { };
7590+
logilab-common = callPackage ../development/python-modules/logilab/common.nix {
7591+
pytestCheckHook = pytest7CheckHook;
7592+
};
75917593

75927594
logilab-constraint = callPackage ../development/python-modules/logilab/constraint.nix { };
75937595

0 commit comments

Comments
 (0)