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

test: test lower bounds #81

Closed
wants to merge 2 commits into from
Closed

test: test lower bounds #81

wants to merge 2 commits into from

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Oct 2, 2020

Noxfile changes are the same as googleapis/python-bigquery#263.

Unit tests sessions pull dependency versions from a constraints.txt file. See constraints files docs. The constraints file is populated for 2.7 and 3.6 and empty for remaining versions. Versions in the constraints files are the minimum version declared in the setup.py for each dependency.

I also added the new 2020 pip resolver. It raised one warning on setuptools lower bounds as it is different from what is declared in google-auth. I'm not sure why that dependency is pinned here. It may be preferable to remove it.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 2, 2020
@busunkim96
Copy link
Contributor Author

Obsolete, constraints files added in #122

@busunkim96 busunkim96 closed this Apr 2, 2021
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.

None yet

1 participant