pythonPackages.pytrends: add imports check

This commit is contained in:
Sandro Jäckel 2021-02-15 23:35:40 +01:00
parent ebfa1ab409
commit 578e5170b2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -17,10 +17,11 @@ buildPythonPackage rec {
sha256 = "8ccb06c57c31fa157b978a0d810de7718ee46583d28cf818250d45f36abd2faa";
};
doCheck = false;
propagatedBuildInputs = [ requests lxml pandas ];
doCheck = false;
pythonImportsCheck = [ "pytrends" ];
meta = with lib; {
description = "Pseudo API for Google Trends";
homepage = "https://github.com/GeneralMills/pytrends";