docs/python: document builders using doInstallCheck and not doCheck (#86051)

This commit is contained in:
Doron Behar 2020-04-26 14:53:06 +03:00 committed by GitHub
parent 9d7f94a3f0
commit 35812875a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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