Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fadb04457919
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca2fd28d83b8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 26, 2020

  1. Revert "docs/python: document builders using doInstallCheck and not d…

    …oCheck (#86051)"
    
    For disabling tests when overriding, use `.overridePythonAttrs`.
    
    Discussion about aliasing `.overridePythonAttrs` to `.overrideAttrs`.
    #82772
    
    This reverts commit 3581287.
    FRidh committed Apr 26, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    anthonyfok Anthony Fok
    Copy the full SHA
    ca2fd28 View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −5 doc/languages-frameworks/python.section.md
5 changes: 0 additions & 5 deletions doc/languages-frameworks/python.section.md
Original file line number Diff line number Diff line change
@@ -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