Loading
python/hooks: fix `test` attribute eval
Without the change `tests` attribute fails the eval as:
$ nix build --no-link -f. pypy27Packages.pypaBuildHook.tests
error:
69| # versions of this hook's dependencies.
70| passthru.tests = import ./pypa-build-hook-tests.nix {
| ^
Fixed file name and added missing runCommand import.