mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
test-runner: use lib.getExe' for pytest to fix warning
This commit is contained in:
parent
e450871ff3
commit
bebb554ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"} .
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue