pythonPackages.snowflake-sqlalchemy: add pythonImportsCheck
better than nothing
This commit is contained in:
parent
96f034655f
commit
70ae442fcf
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
||||
snowflake-connector-python
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "snowflake.sqlalchemy" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Snowflake SQLAlchemy Dialect";
|
||||
homepage = "https://www.snowflake.net/";
|
||||
|
Loading…
Reference in New Issue
Block a user