test-runner: use lib.getExe' for pytest to fix warning

This commit is contained in:
Arthur Noel 2023-11-29 12:46:55 +00:00
parent e450871ff3
commit bebb554ad7

View file

@ -12,5 +12,5 @@ writeShellScriptBin "test-runner-${nixVersion}" ''
export PATH=${lib.makeBinPath [ direnv nixVersions.${nixVersion} coreutils gnugrep ]}
echo run unittest
${lib.getExe python3.pkgs.pytest} .
${lib.getExe' python3.pkgs.pytest "pytest"} .
''