Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: unpin dependency pytest-asyncio #242

Closed
wants to merge 1 commit into from

Conversation

cojenco
Copy link
Contributor

@cojenco cojenco commented Jul 20, 2021

Previous issue seen in #218 pytest-asyncio 0.15.0 resolved in 0.15.1

Fixes #219

@cojenco cojenco requested a review from a team as a code owner July 20, 2021 23:26
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/google-resumable-media-python API. label Jul 20, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 20, 2021
@@ -40,7 +40,7 @@ def unit(session):
)

# Install all test dependencies, then install this package in-place.
session.install("mock", "pytest", "pytest-cov", "pytest-asyncio<=0.14.0", GOOGLE_AUTH)
session.install("mock", "pytest", "pytest-cov", "pytest-asyncio", GOOGLE_AUTH)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this is a test-only dependency, maybe we should be adding , "-c", constraints_path here, and then maybe excluding the known-bad versions in testing/constraints*.txt. Likewise for the system test session below.

@cojenco
Copy link
Contributor Author

cojenco commented Jul 23, 2021

The issue remains open, and not yet resolved in 0.15.0 nor 0.15.1, per pytest-asyncio issue#211 . Closing this PR for now.

@cojenco cojenco closed this Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/google-resumable-media-python API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explicit version range needed for dependency pytest-asyncio?
2 participants