Skip to content

Conversation

@blowmage
Copy link
Contributor

Gcloud is adopting a Code of Conduct. This PR adds the Code of Conduct that was agreed upon in GoogleCloudPlatform/gcloud-common#23.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 25, 2015
@dhermes
Copy link
Contributor

dhermes commented Aug 25, 2015

LGTM

@tseaver Any comments?

@tseaver
Copy link
Contributor

tseaver commented Aug 25, 2015

LGTM

dhermes added a commit that referenced this pull request Aug 25, 2015
@dhermes dhermes merged commit b4a8d75 into googleapis:master Aug 25, 2015
parthea pushed a commit that referenced this pull request Nov 22, 2025
)

Source-Link: googleapis/synthtool@aa69fb7
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
Currently the system tests were failing with a message "TypeError:
'async_generator' object is not callable".

This is because newer versions of pytest_asyncio uses "strict" mode
by default which does not automatically convert fixtures to async
fixtures in async test cases. This became an issue as of pytest_asyncio
version 19.

The solution is to either switch the mode to "auto" in the nox
commandline or to mark the async fixtures as async fixtures.

I've opted for the second to avoid making this hard to discover.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants