Loading pkgs/by-name/du/duckdb/versions.json +3 −3 Original line number Diff line number Diff line { "version": "1.2.0", "rev": "5f5512b827df6397afd31daedb4bbdee76520019", "hash": "sha256-93iBUsNKXRGdnN1ZRSWJfnSNM23U/M0sudgHk6HGIhM=" "version": "1.2.1", "rev": "8e52ec43959ab363643d63cb78ee214577111da4", "hash": "sha256-ez5BBZ+Yw+UkdpI3VvRZrYZPfk3Nkk3JmrJBdg8N+e0=" } pkgs/development/python-modules/duckdb-engine/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/by-name/du/duckdb/versions.json +3 −3 Original line number Diff line number Diff line { "version": "1.2.0", "rev": "5f5512b827df6397afd31daedb4bbdee76520019", "hash": "sha256-93iBUsNKXRGdnN1ZRSWJfnSNM23U/M0sudgHk6HGIhM=" "version": "1.2.1", "rev": "8e52ec43959ab363643d63cb78ee214577111da4", "hash": "sha256-ez5BBZ+Yw+UkdpI3VvRZrYZPfk3Nkk3JmrJBdg8N+e0=" }
pkgs/development/python-modules/duckdb-engine/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading