Unverified Commit 7edfd82b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

duckdb: 1.2.0 -> 1.2.1 (#387617)

parents 9a484439 9831280b
Loading
Loading
Loading
Loading
+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="
}
+3 −0
Original line number Diff line number Diff line
@@ -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"