Skip to content

Commit 3875731

Browse files
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.
1 parent a2b4096 commit 3875731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-spanner/samples/samples/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest==9.0.3
22
pytest-dependency==0.6.1
33
mock==5.2.0
44
google-cloud-testutils==1.8.0
5-
pytest-asyncio==0.25.1
5+
pytest-asyncio==1.4.0

0 commit comments

Comments
 (0)