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: 9d7f94a3f0aa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 35812875a445
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 26, 2020

  1. Copy the full SHA
    3581287 View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 doc/languages-frameworks/python.section.md
5 changes: 5 additions & 0 deletions doc/languages-frameworks/python.section.md
Original file line number Diff line number Diff line change
@@ -1059,6 +1059,11 @@ 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