Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f920d22

Browse filesBrowse files
feat: [Many APIs] added Generator API (#12076)
- [ ] Regenerate this pull request now. docs: updated doc for speech mode PiperOrigin-RevId: 586469693 Source-Link: googleapis/googleapis@e8148d6 Source-Link: googleapis/googleapis-gen@85136bd Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRyYWNlLy5Pd2xCb3QueWFtbCIsImgiOiI4NTEzNmJkMDQzODNlZDcxNzJiYjE4YjdiOGQyMjBkZDdmZjZiM2EwIn0= Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRyYW5zbGF0ZS8uT3dsQm90LnlhbWwiLCJoIjoiODUxMzZiZDA0MzgzZWQ3MTcyYmIxOGI3YjhkMjIwZGQ3ZmY2YjNhMCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZpZGVvaW50ZWxsaWdlbmNlLy5Pd2xCb3QueWFtbCIsImgiOiI4NTEzNmJkMDQzODNlZDcxNzJiYjE4YjdiOGQyMjBkZDdmZjZiM2EwIn0= Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZpc2lvbi8uT3dsQm90LnlhbWwiLCJoIjoiODUxMzZiZDA0MzgzZWQ3MTcyYmIxOGI3YjhkMjIwZGQ3ZmY2YjNhMCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZwYy1hY2Nlc3MvLk93bEJvdC55YW1sIiwiaCI6Ijg1MTM2YmQwNDM4M2VkNzE3MmJiMThiN2I4ZDIyMGRkN2ZmNmIzYTAifQ== Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXdlYnJpc2svLk93bEJvdC55YW1sIiwiaCI6Ijg1MTM2YmQwNDM4M2VkNzE3MmJiMThiN2I4ZDIyMGRkN2ZmNmIzYTAifQ== Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXdlYnNlY3VyaXR5c2Nhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiODUxMzZiZDA0MzgzZWQ3MTcyYmIxOGI3YjhkMjIwZGQ3ZmY2YjNhMCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXdvcmtmbG93cy8uT3dsQm90LnlhbWwiLCJoIjoiODUxMzZiZDA0MzgzZWQ3MTcyYmIxOGI3YjhkMjIwZGQ3ZmY2YjNhMCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXdvcmtzdGF0aW9ucy8uT3dsQm90LnlhbWwiLCJoIjoiODUxMzZiZDA0MzgzZWQ3MTcyYmIxOGI3YjhkMjIwZGQ3ZmY2YjNhMCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6Ijg1MTM2YmQwNDM4M2VkNzE3MmJiMThiN2I4ZDIyMGRkN2ZmNmIzYTAifQ== Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6Ijg1MTM2YmQwNDM4M2VkNzE3MmJiMThiN2I4ZDIyMGRkN2ZmNmIzYTAifQ== Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLXR5cGUvLk93bEJvdC55YW1sIiwiaCI6Ijg1MTM2YmQwNDM4M2VkNzE3MmJiMThiN2I4ZDIyMGRkN2ZmNmIzYTAifQ== BEGIN_COMMIT_OVERRIDE feat: Add support for python 3.12 feat: Introduce compatibility with native namespace packages fix: Use `retry_async` instead of `retry` in async client fix: Require proto-plus >= 1.22.3 END_COMMIT_OVERRIDE --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 5f574d6 commit f920d22
Copy full SHA for f920d22

File tree

Expand file treeCollapse file tree

110 files changed

+936
-920
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

110 files changed

+936
-920
lines changed

‎.github/workflows/unittest.yml

Copy file name to clipboardExpand all lines: .github/workflows/unittest.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python: ['3.7', '3.8', '3.9', '3.10', "3.11"]
15+
python: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12"]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
python: ['3.11']
49+
python: ['3.12']
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v4

‎.kokoro/continuous/system.cfg

Copy file name to clipboardExpand all lines: .kokoro/continuous/system.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.11"
6+
value: "system-3.12"
77
}

‎.kokoro/presubmit/system.cfg

Copy file name to clipboardExpand all lines: .kokoro/presubmit/system.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.11"
6+
value: "system-3.12"
77
}

‎ci/run_conditional_tests.sh

Copy file name to clipboardExpand all lines: ci/run_conditional_tests.sh
+1-7Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This script requires the following environment variables to be set:
1717
# `BUILD_TYPE` should be one of ["presubmit", "continuous"]
1818
# `TEST_TYPE` should be one of ["lint", "lint_setup_py", "docs", "docfx", "prerelease"]
19-
# `PY_VERSION` should be one of ["3.7", "3.8", "3.9", "3.10", "3.11"]
19+
# `PY_VERSION` should be one of ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
# `TEST_TYPE` and `PY_VERSION` are required by the script `ci/run_single_test.sh`
2222

@@ -64,12 +64,6 @@ set +e
6464
git diff --quiet ${GIT_DIFF_ARG} ci
6565
changed=$?
6666
set -e
67-
if [[ "${changed}" -eq 0 ]]; then
68-
echo "no change detected in ci"
69-
else
70-
echo "change detected in ci, we should test everything"
71-
GIT_DIFF_ARG=""
72-
fi
7367

7468
# Now we have a fixed list, but we can change it to autodetect if
7569
# necessary.

‎ci/run_single_test.sh

Copy file name to clipboardExpand all lines: ci/run_single_test.sh
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# This script requires the following environment variables to be set:
1818
# `TEST_TYPE` should be one of ["lint", "lint_setup_py", "docs", "docfx", "prerelease"]
19-
# `PY_VERSION` should be one of ["3.7", "3.8", "3.9", "3.10", "3.11"]
19+
# `PY_VERSION` should be one of ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020

2121
# This script is called by the `ci/run_conditional_tests.sh` script.
2222
# A specific `nox` session will be run, depending on the value of
@@ -57,7 +57,7 @@ case ${TEST_TYPE} in
5757
retval=$?
5858
;;
5959
prerelease)
60-
nox -s prerelease_deps-3.11
60+
nox -s prerelease_deps-3.12
6161
retval=$?
6262
;;
6363
unit)
@@ -82,6 +82,10 @@ case ${TEST_TYPE} in
8282
nox -s unit-3.11
8383
retval=$?
8484
;;
85+
"3.12")
86+
nox -s unit-3.12
87+
retval=$?
88+
;;
8589
*)
8690
;;
8791
esac

‎packages/google-cloud-trace/CONTRIBUTING.rst

Copy file name to clipboardExpand all lines: packages/google-cloud-trace/CONTRIBUTING.rst
+18-16Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to add a feature:
2222
documentation.
2323

2424
- The feature must work fully on the following CPython versions:
25-
3.7, 3.8, 3.9, 3.10 and 3.11 on both UNIX and Windows.
25+
3.7, 3.8, 3.9, 3.10, 3.11 and 3.12 on both UNIX and Windows.
2626

2727
- The feature must not add unnecessary dependencies (where
2828
"unnecessary" is of course subjective, but new dependencies should
@@ -35,21 +35,21 @@ Using a Development Checkout
3535
You'll have to create a development environment using a Git checkout:
3636

3737
- While logged into your GitHub account, navigate to the
38-
``python-trace`` `repo`_ on GitHub.
38+
``google-cloud-python`` `repo`_ on GitHub.
3939

40-
- Fork and clone the ``python-trace`` repository to your GitHub account by
40+
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by
4141
clicking the "Fork" button.
4242

43-
- Clone your fork of ``python-trace`` from your GitHub account to your local
43+
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local
4444
computer, substituting your account username and specifying the destination
45-
as ``hack-on-python-trace``. E.g.::
45+
as ``hack-on-google-cloud-python``. E.g.::
4646

4747
$ cd ${HOME}
48-
$ git clone git@github.com:USERNAME/python-trace.git hack-on-python-trace
49-
$ cd hack-on-python-trace
50-
# Configure remotes such that you can pull changes from the googleapis/python-trace
48+
$ git clone git@github.com:USERNAME/google-cloud-python.git hack-on-google-cloud-python
49+
$ cd hack-on-google-cloud-python
50+
# Configure remotes such that you can pull changes from the googleapis/google-cloud-python
5151
# repository into your local repository.
52-
$ git remote add upstream git@github.com:googleapis/python-trace.git
52+
$ git remote add upstream git@github.com:googleapis/google-cloud-python.git
5353
# fetch and merge changes from upstream into main
5454
$ git fetch upstream
5555
$ git merge upstream/main
@@ -60,7 +60,7 @@ repo, from which you can submit a pull request.
6060
To work on the codebase and run the tests, we recommend using ``nox``,
6161
but you can also use a ``virtualenv`` of your own creation.
6262

63-
.. _repo: https://github.com/googleapis/python-trace
63+
.. _repo: https://github.com/googleapis/google-cloud-python
6464

6565
Using ``nox``
6666
=============
@@ -72,7 +72,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
7272

7373
- To run a single unit test::
7474

75-
$ nox -s unit-3.11 -- -k <name of test>
75+
$ nox -s unit-3.12 -- -k <name of test>
7676

7777

7878
.. note::
@@ -113,7 +113,7 @@ Coding Style
113113
export GOOGLE_CLOUD_TESTING_BRANCH="main"
114114

115115
By doing this, you are specifying the location of the most up-to-date
116-
version of ``python-trace``. The
116+
version of ``google-cloud-python``. The
117117
remote name ``upstream`` should point to the official ``googleapis``
118118
checkout and the branch should be the default branch on that remote (``main``).
119119

@@ -143,12 +143,12 @@ Running System Tests
143143
$ nox -s system
144144

145145
# Run a single system test
146-
$ nox -s system-3.11 -- -k <name of test>
146+
$ nox -s system-3.12 -- -k <name of test>
147147

148148

149149
.. note::
150150

151-
System tests are only configured to run under Python 3.8, 3.9, 3.10 and 3.11.
151+
System tests are only configured to run under Python 3.8, 3.9, 3.10, 3.11 and 3.12.
152152
For expediency, we do not run them in older versions of Python 3.
153153

154154
This alone will not run the tests. You'll need to change some local
@@ -209,7 +209,7 @@ The `description on PyPI`_ for the project comes directly from the
209209
``README``. Due to the reStructuredText (``rst``) parser used by
210210
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst``
211211
instead of
212-
``https://github.com/googleapis/python-trace/blob/main/CONTRIBUTING.rst``)
212+
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``)
213213
may cause problems creating links or rendering the description.
214214

215215
.. _description on PyPI: https://pypi.org/project/google-cloud-trace
@@ -226,17 +226,19 @@ We support:
226226
- `Python 3.9`_
227227
- `Python 3.10`_
228228
- `Python 3.11`_
229+
- `Python 3.12`_
229230

230231
.. _Python 3.7: https://docs.python.org/3.7/
231232
.. _Python 3.8: https://docs.python.org/3.8/
232233
.. _Python 3.9: https://docs.python.org/3.9/
233234
.. _Python 3.10: https://docs.python.org/3.10/
234235
.. _Python 3.11: https://docs.python.org/3.11/
236+
.. _Python 3.12: https://docs.python.org/3.12/
235237

236238

237239
Supported versions can be found in our ``noxfile.py`` `config`_.
238240

239-
.. _config: https://github.com/googleapis/python-trace/blob/main/packages/google-cloud-trace/noxfile.py
241+
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-trace/noxfile.py
240242

241243

242244
**********

‎packages/google-cloud-trace/docs/conf.py

Copy file name to clipboardExpand all lines: packages/google-cloud-trace/docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
html_theme_options = {
157157
"description": "Google Cloud Client Libraries for google-cloud-trace",
158158
"github_user": "googleapis",
159-
"github_repo": "python-trace",
159+
"github_repo": "google-cloud-python",
160160
"github_banner": True,
161161
"font_family": "'Roboto', Georgia, sans",
162162
"head_font_family": "'Roboto', Georgia, serif",

‎packages/google-cloud-trace/google/cloud/trace_v1/services/trace_service/async_client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-trace/google/cloud/trace_v1/services/trace_service/async_client.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030

3131
from google.api_core import exceptions as core_exceptions
3232
from google.api_core import gapic_v1
33-
from google.api_core import retry as retries
33+
from google.api_core import retry_async as retries
3434
from google.api_core.client_options import ClientOptions
3535
from google.auth import credentials as ga_credentials # type: ignore
3636
from google.oauth2 import service_account # type: ignore
3737

3838
from google.cloud.trace_v1 import gapic_version as package_version
3939

4040
try:
41-
OptionalRetry = Union[retries.Retry, gapic_v1.method._MethodDefault]
41+
OptionalRetry = Union[retries.AsyncRetry, gapic_v1.method._MethodDefault]
4242
except AttributeError: # pragma: NO COVER
43-
OptionalRetry = Union[retries.Retry, object] # type: ignore
43+
OptionalRetry = Union[retries.AsyncRetry, object] # type: ignore
4444

4545
from google.cloud.trace_v1.services.trace_service import pagers
4646
from google.cloud.trace_v1.types import trace
@@ -264,7 +264,7 @@ async def sample_list_traces():
264264
This corresponds to the ``project_id`` field
265265
on the ``request`` instance; if ``request`` is provided, this
266266
should not be set.
267-
retry (google.api_core.retry.Retry): Designation of what errors, if any,
267+
retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
268268
should be retried.
269269
timeout (float): The timeout for this request.
270270
metadata (Sequence[Tuple[str, str]]): Strings which should be
@@ -299,7 +299,7 @@ async def sample_list_traces():
299299
# and friendly error handling.
300300
rpc = gapic_v1.method_async.wrap_method(
301301
self._client._transport.list_traces,
302-
default_retry=retries.Retry(
302+
default_retry=retries.AsyncRetry(
303303
initial=0.1,
304304
maximum=1.0,
305305
multiplier=1.2,
@@ -395,7 +395,7 @@ async def sample_get_trace():
395395
This corresponds to the ``trace_id`` field
396396
on the ``request`` instance; if ``request`` is provided, this
397397
should not be set.
398-
retry (google.api_core.retry.Retry): Designation of what errors, if any,
398+
retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
399399
should be retried.
400400
timeout (float): The timeout for this request.
401401
metadata (Sequence[Tuple[str, str]]): Strings which should be
@@ -433,7 +433,7 @@ async def sample_get_trace():
433433
# and friendly error handling.
434434
rpc = gapic_v1.method_async.wrap_method(
435435
self._client._transport.get_trace,
436-
default_retry=retries.Retry(
436+
default_retry=retries.AsyncRetry(
437437
initial=0.1,
438438
maximum=1.0,
439439
multiplier=1.2,
@@ -525,7 +525,7 @@ async def sample_patch_traces():
525525
This corresponds to the ``traces`` field
526526
on the ``request`` instance; if ``request`` is provided, this
527527
should not be set.
528-
retry (google.api_core.retry.Retry): Designation of what errors, if any,
528+
retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
529529
should be retried.
530530
timeout (float): The timeout for this request.
531531
metadata (Sequence[Tuple[str, str]]): Strings which should be
@@ -554,7 +554,7 @@ async def sample_patch_traces():
554554
# and friendly error handling.
555555
rpc = gapic_v1.method_async.wrap_method(
556556
self._client._transport.patch_traces,
557-
default_retry=retries.Retry(
557+
default_retry=retries.AsyncRetry(
558558
initial=0.1,
559559
maximum=1.0,
560560
multiplier=1.2,

‎packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/async_client.py

Copy file name to clipboardExpand all lines: packages/google-cloud-trace/google/cloud/trace_v2/services/trace_service/async_client.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030

3131
from google.api_core import exceptions as core_exceptions
3232
from google.api_core import gapic_v1
33-
from google.api_core import retry as retries
33+
from google.api_core import retry_async as retries
3434
from google.api_core.client_options import ClientOptions
3535
from google.auth import credentials as ga_credentials # type: ignore
3636
from google.oauth2 import service_account # type: ignore
3737

3838
from google.cloud.trace_v2 import gapic_version as package_version
3939

4040
try:
41-
OptionalRetry = Union[retries.Retry, gapic_v1.method._MethodDefault]
41+
OptionalRetry = Union[retries.AsyncRetry, gapic_v1.method._MethodDefault]
4242
except AttributeError: # pragma: NO COVER
43-
OptionalRetry = Union[retries.Retry, object] # type: ignore
43+
OptionalRetry = Union[retries.AsyncRetry, object] # type: ignore
4444

4545
from google.protobuf import timestamp_pb2 # type: ignore
4646
from google.protobuf import wrappers_pb2 # type: ignore
@@ -281,7 +281,7 @@ async def sample_batch_write_spans():
281281
This corresponds to the ``spans`` field
282282
on the ``request`` instance; if ``request`` is provided, this
283283
should not be set.
284-
retry (google.api_core.retry.Retry): Designation of what errors, if any,
284+
retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
285285
should be retried.
286286
timeout (float): The timeout for this request.
287287
metadata (Sequence[Tuple[str, str]]): Strings which should be
@@ -310,7 +310,7 @@ async def sample_batch_write_spans():
310310
# and friendly error handling.
311311
rpc = gapic_v1.method_async.wrap_method(
312312
self._client._transport.batch_write_spans,
313-
default_retry=retries.Retry(
313+
default_retry=retries.AsyncRetry(
314314
initial=0.1,
315315
maximum=30.0,
316316
multiplier=2,
@@ -388,7 +388,7 @@ async def sample_create_span():
388388
spans, or none at all. Spans do not need
389389
to be contiguous. There might be gaps or
390390
overlaps between spans in a trace.
391-
retry (google.api_core.retry.Retry): Designation of what errors, if any,
391+
retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
392392
should be retried.
393393
timeout (float): The timeout for this request.
394394
metadata (Sequence[Tuple[str, str]]): Strings which should be
@@ -416,7 +416,7 @@ async def sample_create_span():
416416
# and friendly error handling.
417417
rpc = gapic_v1.method_async.wrap_method(
418418
self._client._transport.create_span,
419-
default_retry=retries.Retry(
419+
default_retry=retries.AsyncRetry(
420420
initial=0.1,
421421
maximum=1.0,
422422
multiplier=1.2,

‎packages/google-cloud-trace/noxfile.py

Copy file name to clipboardExpand all lines: packages/google-cloud-trace/noxfile.py
+6-3Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929

3030
BLACK_VERSION = "black[jupyter]==23.7.0"
3131
ISORT_VERSION = "isort==5.11.0"
32+
3233
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3334

35+
3436
DEFAULT_PYTHON_VERSION = "3.10"
3537

36-
UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.7", "3.8", "3.9", "3.10", "3.11"]
38+
UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
3739
UNIT_TEST_STANDARD_DEPENDENCIES = [
3840
"mock",
3941
"asyncmock",
@@ -47,7 +49,7 @@
4749
UNIT_TEST_EXTRAS: List[str] = []
4850
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
4951

50-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.9", "3.10", "3.11"]
52+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.9", "3.10", "3.11", "3.12"]
5153
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
5254
"mock",
5355
"pytest",
@@ -89,6 +91,7 @@ def lint(session):
8991
"--check",
9092
*LINT_PATHS,
9193
)
94+
9295
session.run("flake8", "google", "tests")
9396

9497

@@ -336,7 +339,7 @@ def docfx(session):
336339
)
337340

338341

339-
@nox.session(python="3.11")
342+
@nox.session(python="3.12")
340343
def prerelease_deps(session):
341344
"""Run all tests with prerelease versions of dependencies installed."""
342345

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.