We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 920193c + 4279574 commit cbe8477Copy full SHA for cbe8477
pkgs/top-level/python-packages.nix
@@ -7597,7 +7597,9 @@ self: super: with self; {
7597
7598
logical-unification = callPackage ../development/python-modules/logical-unification { };
7599
7600
- logilab-common = callPackage ../development/python-modules/logilab/common.nix { };
+ logilab-common = callPackage ../development/python-modules/logilab/common.nix {
7601
+ pytestCheckHook = pytest7CheckHook;
7602
+ };
7603
7604
logilab-constraint = callPackage ../development/python-modules/logilab/constraint.nix { };
7605
0 commit comments