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

wip/yesman
Doron Behar 4 years ago committed by GitHub
parent 9d7f94a3f0
commit 35812875a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      doc/languages-frameworks/python.section.md

@ -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…
Cancel
Save