0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.google-cloud-spanner: 3.54.0 -> 3.55.0

changelog: https://github.com/googleapis/python-spanner/releases/tag/v3.55.0

diff: https://github.com/googleapis/python-spanner/compare/v3.54.0...v3.55.0
This commit is contained in:
Sarah Clark 2025-05-29 14:13:06 -07:00
parent 21806777f2
commit 6c52e60f20

View file

@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.54.0";
version = "3.55.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-spanner";
tag = "v${version}";
hash = "sha256-uJKUgY7fV+AK/2HQyjQRFypcL+mPZ/M5ZtAU+f73ezM=";
hash = "sha256-0+mTBqgy8SaHjoYhQjCaypipVsJTrN2DdhcfPY3PxSc=";
};
build-system = [ setuptools ];
@ -92,6 +92,8 @@ buildPythonPackage rec {
"test_list_instance"
# can't import mmh3
"test_generate_client_hash"
# Flaky, compares to execution time
"test_snapshot_read_concurrent"
];
disabledTestPaths = [