pythonPackages.snowflake-sqlalchemy: add pythonImportsCheck
better than nothing
This commit is contained in:
parent
96f034655f
commit
70ae442fcf
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue