nixpkgs/pkgs/development/python-modules/numpy
Daniël de Kok 22089bf50a python3Packages.numpy: add hypothesis to checkInputs
numpy has added hypothesis as a dependency for running property-based
tests:

https://github.com/numpy/numpy/pull/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.
2020-08-15 08:37:29 +02:00
..
1.16.nix python2Packages.numpy: fix build on darwin 2020-07-12 21:49:31 -04:00
default.nix python3Packages.numpy: add hypothesis to checkInputs 2020-08-15 08:37:29 +02:00
numpy-distutils-C++.patch numpy: fix distutils patch for 1.19.0 2020-07-04 14:35:46 +02:00
numpy-distutils-C++_1.16.patch python2Packages.numpy: fix build on darwin 2020-07-12 21:49:31 -04:00