nixpkgs/pkgs/development/interpreters/python/hooks
Sergei Trofimovich 089b731d87 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.
2023-12-29 11:27:59 +00:00
..
conda-install-hook.sh
conda-unpack-hook.sh
default.nix python/hooks: fix test attribute eval 2023-12-29 11:27:59 +00:00
egg-build-hook.sh
egg-install-hook.sh
egg-unpack-hook.sh
pip-build-hook.sh pip-build-hook.sh: Support $pipBuildFlags 2023-07-28 12:13:25 +02:00
pip-install-hook.sh Revert "python.pipInstallHook: avoid producing wrong direct_url.json file" 2023-05-17 12:19:52 +02:00
pypa-build-hook-test.nix treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
pypa-build-hook.sh python3.pkgs.pypaBuildHook: fix conflicts 2023-09-12 21:04:26 +02:00
pypa-install-hook.sh pypaInstallHook: enter "dist" directory before installing (#250464) 2023-08-21 08:45:47 +02:00
pytest-check-hook.sh
python-catch-conflicts-hook.sh
python-imports-check-hook.sh
python-namespaces-hook.sh
python-output-dist-hook.sh
python-recompile-bytecode-hook.sh
python-relax-deps-hook.sh python3.pkgs.pythonRelaxDepsHook: don't propagate wheel 2023-08-20 11:00:51 +02:00
python-remove-bin-bytecode-hook.sh
python-remove-tests-dir-hook.sh
setuptools-build-hook.sh
setuptools-check-hook.sh
setuptools-rust-hook.sh setuptools-rust: fix cross compilation 2023-06-30 14:52:25 +02:00
sphinx-hook.sh python3Packages.sphinxHook: Avoid propagating sphinx 2023-09-30 18:21:18 +02:00
unittest-check-hook.sh
venv-shell-hook.sh
wheel-unpack-hook.sh