diff options
author | Martin Weinelt | 2024-07-30 01:03:02 +0200 |
---|---|---|
committer | Martin Weinelt | 2024-08-06 18:18:40 +0200 |
commit | 0b0dd33e0ad51b5059008fdfdfdef1510bc049dd (patch) | |
tree | f65a1aeb16c7003652765edfc4a72d897bc63c1e /doc | |
parent | 976cb96fe0e7a601f6ac322e9404bfa6466e7306 (diff) |
python312Packages.setuptoolsCheckHook: remove
The hook relied on the `test` command passed to `setup.py`, which has long been deprecated and finally removed in setuptools 72.0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/languages-frameworks/python.section.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md index 5a2e2de2edef..e5447d986088 100644 --- a/doc/languages-frameworks/python.section.md +++ b/doc/languages-frameworks/python.section.md @@ -475,7 +475,6 @@ are used in [`buildPythonPackage`](#buildpythonpackage-function). See [example usage](#using-pythonrelaxdepshook). - `pythonRemoveBinBytecode` to remove bytecode from the `/bin` folder. - `setuptoolsBuildHook` to build a wheel using `setuptools`. -- `setuptoolsCheckHook` to run tests with `python setup.py test`. - `sphinxHook` to build documentation and manpages using Sphinx. - `venvShellHook` to source a Python 3 `venv` at the `venvDir` location. A `venv` is created if it does not yet exist. `postVenvCreation` can be used to |