docs/python: document builders using doInstallCheck and not doCheck (#86051)
This commit is contained in:
parent
9d7f94a3f0
commit
35812875a4
@ -1059,6 +1059,11 @@ let
|
|||||||
in newpkgs.inkscape
|
in newpkgs.inkscape
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you'd like to disable tests for a particular Python based package built with
|
||||||
|
`buildPythonPackage` or `buildPythonApplication`, you'd need to set
|
||||||
|
`doInstallCheck = false` and not `doCheck = false` as the later will take no
|
||||||
|
effect.
|
||||||
|
|
||||||
### `python setup.py bdist_wheel` cannot create .whl
|
### `python setup.py bdist_wheel` cannot create .whl
|
||||||
|
|
||||||
Executing `python setup.py bdist_wheel` in a `nix-shell `fails with
|
Executing `python setup.py bdist_wheel` in a `nix-shell `fails with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user