2 system ? builtins.currentSystem,
3 pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
7 with import ../lib/testing-python.nix { inherit system pkgs; };
9 makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)