-
Notifications
You must be signed in to change notification settings - Fork 132
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
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' #191
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' #191
Conversation
fcdf5e3
to
07e4ac6
Compare
Blocked by googleapis/synthtool#1132 |
@jimfulton PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what all the config file changes do :)
But wrt CONTRIBUTING.rst
, I suggested some simplification that are more user friendly and version independent.
$ nox -s unit-3.6 | ||
$ nox -s unit-3.7 | ||
$ nox -s unit-3.8 | ||
$ ... | ||
$ nox -s unit-3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be simplified to:
$ nox -s unit
$ nox -s system-3.8 | ||
$ nox -s system-2.7 | ||
$ nox -s system-3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be simplified to:
nox -s system
Blocked by googleapis/synthtool#1135 |
Added @tswast as reviewer for the kokoro changes. |
Thanks for reviewing, @jimfulton ! I'll request another review once the templates are ready. |
This is a follow up to PR #1132 based on feedback from googleapis/python-bigquery-sqlalchemy#191 to simplify the steps to run `nox` in [CONTRIBUTING.rst](https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/python_library/CONTRIBUTING.rst).
Superseded by #195 |
Source-Link: googleapis/synthtool@b91f129
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b6169fc6a5207b11800a7c002d0c5c2bc6d82697185ca12e666f44031468cfcd
This PR also contains the following maintenance updates:
chore: add kokoro 3.9 config templates
chore: update precommit hook pre-commit/pre-commit-hooks to v4
chore(python): remove hardcoded versions in CONTRIBUTING.rst