python39Packages.Quandl: add imports check

This commit is contained in:
Sandro Jäckel
2021-02-15 23:34:32 +01:00
parent 16c69eadb1
commit ebfa1ab409

View File

@@ -46,6 +46,8 @@ buildPythonPackage rec {
importlib-metadata
];
pythonImportsCheck = [ "quandl" ];
meta = with lib; {
description = "Quandl Python client library";
homepage = "https://github.com/quandl/quandl-python";