mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
python3Packages.bayespy: add nose to checkInputs
This commit is contained in:
parent
78d5faba5e
commit
ca2cf66f10
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder
|
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder
|
||||||
, pytest, glibcLocales
|
, pytest, nose, glibcLocales
|
||||||
, numpy, scipy, matplotlib, h5py }:
|
, numpy, scipy, matplotlib, h5py }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "24e1327ce241a0113abf217fbaf41ac25e04f5a01f9ed606610f2f1f2d82d34f";
|
sha256 = "24e1327ce241a0113abf217fbaf41ac25e04f5a01f9ed606610f2f1f2d82d34f";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest glibcLocales ];
|
checkInputs = [ pytest nose glibcLocales ];
|
||||||
propagatedBuildInputs = [ numpy scipy matplotlib h5py ];
|
propagatedBuildInputs = [ numpy scipy matplotlib h5py ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user