| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This PR addresses the feedback from Github in #873
This fix removes the `nox.options.sessions` that were left in the noxfile when those sessions were removed in #873.
This PR addresses the feedback from Github in googleapis/python-api-core#873
| Back | FazBrowse Home | New Git URL |
This change is needed as part of b/463296248. Instead of having 4 different presubmits that run 4 different nox unit tests, we now have all 4 patterns tested under a single nox session. This follows the pattern that we have in google-cloud-python where there is a single unit test nox session.