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.
1 parent dafe47b commit 4279574Copy full SHA for 4279574
pkgs/top-level/python-packages.nix
@@ -7587,7 +7587,9 @@ self: super: with self; {
7587
7588
logical-unification = callPackage ../development/python-modules/logical-unification { };
7589
7590
- logilab-common = callPackage ../development/python-modules/logilab/common.nix { };
+ logilab-common = callPackage ../development/python-modules/logilab/common.nix {
7591
+ pytestCheckHook = pytest7CheckHook;
7592
+ };
7593
7594
logilab-constraint = callPackage ../development/python-modules/logilab/constraint.nix { };
7595
0 commit comments