From 3875731fbcccd82f93739949241f52c17f99d17b Mon Sep 17 00:00:00 2001 From: Sakthivel Subramanian Date: Thu, 16 Jul 2026 08:24:55 +0000 Subject: [PATCH] test(spanner): update pytest and add pytest-asyncio to samples test requirements Updated pytest to <9 and >=8.2 and added pytest-asyncio to resolve dependency conflicts and support asynchronous test execution in samples. --- .../google-cloud-spanner/samples/samples/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-spanner/samples/samples/requirements-test.txt b/packages/google-cloud-spanner/samples/samples/requirements-test.txt index 11f329d20f6d..5adabad07192 100644 --- a/packages/google-cloud-spanner/samples/samples/requirements-test.txt +++ b/packages/google-cloud-spanner/samples/samples/requirements-test.txt @@ -2,4 +2,4 @@ pytest==9.0.3 pytest-dependency==0.6.1 mock==5.2.0 google-cloud-testutils==1.8.0 -pytest-asyncio==0.25.1 +pytest-asyncio==1.4.0