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
base: 1a3c5b2203c7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 22089bf50a59
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 15, 2020

  1. python3Packages.numpy: add hypothesis to checkInputs

    numpy has added hypothesis as a dependency for running property-based
    tests:
    
    numpy/numpy#15189
    
    However, hypothesis is not an input of the derivations. And thus tests
    have been failing with:
    
    ERROR .. - ModuleNotFoundError: No module named 'hypothesis'
    
    https://hydra.nixos.org/build/124613306/nixlog/1
    
    This change adds hypothesis to checkInputs, so that tests are run
    again.
    danieldk authored and FRidh committed Aug 15, 2020
    Copy the full SHA
    22089bf View commit details
    Browse the repository at this point in the history