mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.snowflake-sqlalchemy: Disable running tests
This commit is contained in:
parent
df1c8e3f0f
commit
08c74a2d56
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
|||
snowflake-connector-python
|
||||
];
|
||||
|
||||
# Pypi does not include tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "snowflake.sqlalchemy" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue