Skip to content

Commit ca2fd28

Browse files
committed
Revert "docs/python: document builders using doInstallCheck and not doCheck (#86051)"
For disabling tests when overriding, use `.overridePythonAttrs`. Discussion about aliasing `.overridePythonAttrs` to `.overrideAttrs`. #82772 This reverts commit 3581287.
1 parent fadb044 commit ca2fd28

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/languages-frameworks/python.section.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,11 +1059,6 @@ 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-
10671062
### `python setup.py bdist_wheel` cannot create .whl
10681063

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

0 commit comments

Comments
 (0)