Skip to content

Commit a2b4096

Browse files
test(spanner): add pytest-asyncio to samples test requirements (#17731)
The asynchronous snippets test in samples/samples failed because the pytest-asyncio plugin was missing from the test environment. Added the required plugin to requirements-test.txt for samples. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 5d3ca44 commit a2b4096

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +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

0 commit comments

Comments
 (0)