duckdb: 1.2.0 -> 1.2.1 (#387617)

This commit is contained in:
Gaétan Lepage
2025-03-28 18:25:23 +01:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"rev": "5f5512b827df6397afd31daedb4bbdee76520019",
"hash": "sha256-93iBUsNKXRGdnN1ZRSWJfnSNM23U/M0sudgHk6HGIhM="
"version": "1.2.1",
"rev": "8e52ec43959ab363643d63cb78ee214577111da4",
"hash": "sha256-ez5BBZ+Yw+UkdpI3VvRZrYZPfk3Nkk3JmrJBdg8N+e0="
}
@@ -69,6 +69,9 @@ buildPythonPackage rec {
disabledTests = [
# incompatible with duckdb 1.1.1
"test_with_cache"
# these aren't set for some reason
"test_user_agent"
"test_user_agent_with_custom_user_agent"
] ++ lib.optionals (python.pythonVersion == "3.11") [
# incompatible with duckdb 1.1.1
"test_all_types_reflection"