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