Skip to content

Commit cbe8477

Browse files
authored
python312Packages.logilab-common: fix build (#359252)
2 parents 920193c + 4279574 commit cbe8477

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
@@ -7597,7 +7597,9 @@ self: super: with self; {
75977597

75987598
logical-unification = callPackage ../development/python-modules/logical-unification { };
75997599

7600-
logilab-common = callPackage ../development/python-modules/logilab/common.nix { };
7600+
logilab-common = callPackage ../development/python-modules/logilab/common.nix {
7601+
pytestCheckHook = pytest7CheckHook;
7602+
};
76017603

76027604
logilab-constraint = callPackage ../development/python-modules/logilab/constraint.nix { };
76037605

0 commit comments

Comments
 (0)