mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
snowflake-cli: 3.9.1 -> 3.11.0 (#431848)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "snowflake-cli";
|
||||
version = "3.9.1";
|
||||
version = "3.11.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "snowflakedb";
|
||||
repo = "snowflake-cli";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-2g3EiJ4mgqbyfF9brCvIWJGblWUtaBAO8qor2AeN8mU=";
|
||||
hash = "sha256-dJc5q3vE1G6oJq9V4JSPaSyODxKDyhprIwBo39Nu/bA=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
@@ -27,6 +27,7 @@ python3Packages.buildPythonApplication rec {
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
id
|
||||
jinja2
|
||||
pluggy
|
||||
pyyaml
|
||||
@@ -78,6 +79,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/app/test_version_check.py"
|
||||
"tests/nativeapp/test_sf_sql_facade.py"
|
||||
];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user