about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-04-26 16:22:33 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-04-26 16:22:33 +0200
commitca2fd28d83b86d4d619b532a7622cd87a630df0f (patch)
tree30e0e7df4b0ffdce713b2c135b14f0c014feabe7 /doc
parentfadb044579194ab967c70ef4479c3dcb0732f5fd (diff)
downloadnixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.tar
nixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.tar.gz
nixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.tar.bz2
nixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.tar.lz
nixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.tar.xz
nixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.tar.zst
nixlib-ca2fd28d83b86d4d619b532a7622cd87a630df0f.zip
Revert "docs/python: document builders using doInstallCheck and not doCheck (#86051)"
For disabling tests when overriding, use `.overridePythonAttrs`.

Discussion about aliasing `.overridePythonAttrs` to `.overrideAttrs`.
https://github.com/NixOS/nixpkgs/pull/82772

This reverts commit 35812875a4455e2636eb24ddaf702faa4767fafa.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index dd989e6cc68f..e6f0b64fa9cc 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -1059,11 +1059,6 @@ 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