forked from mirrors/nixpkgs
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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
Executing `python setup.py bdist_wheel` in a `nix-shell `fails with
|
||||
|
|
Loading…
Reference in a new issue