-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Shorten nox session names #4319
Comments
@lukesneeringer It seems we've lost our "good-first-bug" label? |
chemelnucfin
added a commit
to chemelnucfin/google-cloud-python
that referenced
this issue
Nov 1, 2017
chemelnucfin
added a commit
to chemelnucfin/google-cloud-python
that referenced
this issue
Nov 1, 2017
chemelnucfin
added a commit
to chemelnucfin/google-cloud-python
that referenced
this issue
Nov 1, 2017
atulep
pushed a commit
that referenced
this issue
Apr 3, 2023
atulep
pushed a commit
that referenced
this issue
Apr 18, 2023
parthea
pushed a commit
that referenced
this issue
Jun 4, 2023
parthea
pushed a commit
that referenced
this issue
Jul 6, 2023
parthea
pushed a commit
that referenced
this issue
Sep 22, 2023
parthea
pushed a commit
that referenced
this issue
Oct 21, 2023
parthea
pushed a commit
that referenced
this issue
Oct 21, 2023
parthea
pushed a commit
that referenced
this issue
Oct 21, 2023
parthea
pushed a commit
that referenced
this issue
Oct 22, 2023
parthea
pushed a commit
that referenced
this issue
Oct 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestions:
nox -s "unit_tests(python_version='3.6')"
becomesnox -s "unit(py='3.6')"
nox -s "system_tests(python_version='3.6')"
becomesnox -s "system(py='3.6')"
This is not important, but should be able to do in a few minutes.
The text was updated successfully, but these errors were encountered: