pythonPackages.vidstab: cleanup, add pythonImportsCheck

This commit is contained in:
Sandro Jäckel 2021-02-15 23:16:59 +01:00
parent 0f44581d63
commit 978347863f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,7 +6,6 @@
, imutils
, progress
, matplotlib
, pytest
}:
buildPythonPackage rec {
@ -18,11 +17,11 @@ buildPythonPackage rec {
sha256 = "649a77a0c1b670d13a1bf411451945d7da439364dc0c33ee3636a23f1d82b456";
};
checkInputs = [ pytest ];
propagatedBuildInputs = [ numpy pandas imutils progress matplotlib ];
# tests not packaged with pypi
doCheck = false;
pythonImportsCheck = [ "vidstab" ];
meta = with lib; {
homepage = "https://github.com/AdamSpannbauer/python_video_stab";