duckdb: 1.2.2 -> 1.3.2

This commit is contained in:
Phillip Cloud
2025-07-15 08:50:52 -04:00
parent dbc6b58ac4
commit 614c04f525
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.2.2",
"rev": "7c039464e452ddc3330e2691d3fa6d305521d09b",
"hash": "sha256-cHQcEA9Gpza/edEVyXUYiINC/Q2b3bf+zEQbl/Otfr4="
"version": "1.3.2",
"rev": "0b83e5d2f68bc02dfefde74b846bd039f078affa",
"hash": "sha256-6NMQ893g+nOiH8dnb63oa+fZMNXs8N6tJv+Er4x547U="
}
@@ -67,7 +67,7 @@ buildPythonPackage rec {
];
# test flags from .github/workflows/Python.yml
pytestFlagsArray = [ "--verbose" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "tests/fast" ];
pytestFlagsArray = [ "tests/fast" ];
disabledTestPaths = [
# avoid dependency on mypy