pythonPackages.vidstab: cleanup, add pythonImportsCheck
This commit is contained in:
parent
0f44581d63
commit
978347863f
@ -6,7 +6,6 @@
|
|||||||
, imutils
|
, imutils
|
||||||
, progress
|
, progress
|
||||||
, matplotlib
|
, matplotlib
|
||||||
, pytest
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,11 +17,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "649a77a0c1b670d13a1bf411451945d7da439364dc0c33ee3636a23f1d82b456";
|
sha256 = "649a77a0c1b670d13a1bf411451945d7da439364dc0c33ee3636a23f1d82b456";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
|
||||||
propagatedBuildInputs = [ numpy pandas imutils progress matplotlib ];
|
propagatedBuildInputs = [ numpy pandas imutils progress matplotlib ];
|
||||||
|
|
||||||
# tests not packaged with pypi
|
# tests not packaged with pypi
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "vidstab" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/AdamSpannbauer/python_video_stab";
|
homepage = "https://github.com/AdamSpannbauer/python_video_stab";
|
||||||
|
Loading…
Reference in New Issue
Block a user