···469469 be added as `nativeBuildInput`.
470470- `pipInstallHook` to install wheels.
471471- `pytestCheckHook` to run tests with `pytest`. See [example usage](#using-pytestcheckhook).
472472-- `pythonCatchConflictsHook` to check whether a Python package is not already existing.
472472+- `pythonCatchConflictsHook` to fail if the package depends on two different versions of the same dependency.
473473- `pythonImportsCheckHook` to check whether importing the listed modules works.
474474- `pythonRelaxDepsHook` will relax Python dependencies restrictions for the package.
475475 See [example usage](#using-pythonrelaxdepshook).