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
|
snowflake-connector-python
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "snowflake.sqlalchemy" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Snowflake SQLAlchemy Dialect";
|
description = "Snowflake SQLAlchemy Dialect";
|
||||||
homepage = "https://www.snowflake.net/";
|
homepage = "https://www.snowflake.net/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user