python39Packages.Quandl: add imports check

This commit is contained in:
Sandro Jäckel
2021-02-16 04:00:03 +01:00
parent 16c69eadb1
commit ebfa1ab409
@@ -46,6 +46,8 @@ buildPythonPackage rec {
importlib-metadata importlib-metadata
]; ];
pythonImportsCheck = [ "quandl" ];
meta = with lib; { meta = with lib; {
description = "Quandl Python client library"; description = "Quandl Python client library";
homepage = "https://github.com/quandl/quandl-python"; homepage = "https://github.com/quandl/quandl-python";