mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
docs/python: document builders using doInstallCheck and not doCheck (#86051)
This commit is contained in:
parent
9d7f94a3f0
commit
35812875a4
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue