From ca2fd28d83b86d4d619b532a7622cd87a630df0f Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 26 Apr 2020 16:22:33 +0200 Subject: 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. --- doc/languages-frameworks/python.section.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/languages-frameworks/python.section.md') diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md index dd989e6cc68..e6f0b64fa9c 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 -- cgit 1.4.1