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