mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pythonPackages.bottleneck: fix test runner
This commit is contained in:
parent
7c2af9fe4f
commit
541fe51a51
@ -13952,7 +13952,12 @@ in modules // {
|
|||||||
url = "https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${version}.tar.gz";
|
url = "https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${version}.tar.gz";
|
||||||
sha256 = "15dl0ll5xmfzj2fsvajzwxsb9dbw5i9fx9i4r6n4i5nzzba7m6wd";
|
sha256 = "15dl0ll5xmfzj2fsvajzwxsb9dbw5i9fx9i4r6n4i5nzzba7m6wd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ nose ];
|
||||||
propagatedBuildInputs = [self.numpy];
|
propagatedBuildInputs = [self.numpy];
|
||||||
|
checkPhase = ''
|
||||||
|
nosetests -v $out/${python.sitePackages}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
paho-mqtt = buildPythonPackage rec {
|
paho-mqtt = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user