Skip to content

Commit 3581287

Browse files
authored
docs/python: document builders using doInstallCheck and not doCheck (#86051)
1 parent 9d7f94a commit 3581287

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/languages-frameworks/python.section.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,11 @@ let
10591059
in newpkgs.inkscape
10601060
```
10611061

1062+
If you'd like to disable tests for a particular Python based package built with
1063+
`buildPythonPackage` or `buildPythonApplication`, you'd need to set
1064+
`doInstallCheck = false` and not `doCheck = false` as the later will take no
1065+
effect.
1066+
10621067
### `python setup.py bdist_wheel` cannot create .whl
10631068

10641069
Executing `python setup.py bdist_wheel` in a `nix-shell `fails with

0 commit comments

Comments
 (0)