python3.pkgs.sqlglot: 23.12.1 -> 25.20.1

This commit is contained in:
Phillip Cloud
2024-09-30 12:05:18 -04:00
parent cdaee3882f
commit c5e621028e
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "sqlglot";
version = "23.12.1";
version = "25.20.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
repo = "sqlglot";
owner = "tobymao";
rev = "refs/tags/v${version}";
hash = "sha256-VUG/l1iZ/8vAJwhktN/tx8U8KVLgaghUPArtxEyIA54=";
hash = "sha256-RE9Hbb3g6j4j5X2ksjcBZ610RcV7Zd3YaKaBIUyD2vU=";
};
nativeBuildInputs = [
@@ -39,11 +39,6 @@ buildPythonPackage rec {
duckdb
];
disabledTestPaths = [
# These integration tests assume a running Spark instance
"tests/dataframe/integration"
];
pythonImportsCheck = [ "sqlglot" ];
meta = with lib; {