Skip to content

Commit 2206d16

Browse files
partheacopybara-github
authored andcommitted
Copybara import of the project:
-- 532516f by nayaknishant <nishantnayak@google.com>: making change to file to retrigger owlbot -- b844927 by nayaknishant <nishantnayak@google.com>: reverting changes to python3.10 and python 3.11 periodic.cfg files -- 8431d73 by nayaknishant <nishantnayak@google.com>: reverting change to python3.9 periodic.cfg files -- 2ad02f4 by nayaknishant <nishantnayak@google.com>: removing TF dependency for 3.12 testing -- 8727484 by nayaknishant <nishantnayak@google.com>: removing TF dependency for 3.12 testing -- 6802b30 by nayaknishant <nishantnayak@google.com>: removing TF dependency for all occurences of 3.12 testing -- 8917e4f by nayaknishant <nishantnayak@google.com>: removing PyTorch dependency for 3.12 testing -- fb84714 by nayaknishant <nishantnayak@google.com>: removing PyTorch dependency for 3.12 testing -- 2acfb73 by nayaknishant <nishantnayak@google.com>: reverting changes to setup.py COPYBARA_INTEGRATE_REVIEW=googleapis#3035 from googleapis:use-latest-post-processor-image-py312 80fcf5e PiperOrigin-RevId: 609445658
1 parent 686bbac commit 2206d16

35 files changed

+413
-294
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2020 Google LLC
3+
# Copyright 2023 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
16+
digest: sha256:bacc3af03bff793a03add584537b36b5644342931ad989e3ba1171d3bd5399f5

.github/auto-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Google LLC
1+
# Copyright 2023 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ branchProtectionRules:
1818
- 'Presubmit - Unit Tests Python 3.8'
1919
- 'Presubmit - Unit Tests Python 3.9'
2020
- 'Presubmit - Unit Tests Python 3.10'
21-
- 'Presubmit - Unit Tests Python 3.11'
21+
- 'Presubmit - Unit Tests Python 3.11'
22+
- 'Presubmit - Unit Tests Python 3.12'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ docs.metadata
5050

5151
# Virtual environment
5252
env/
53+
venv/
5354

5455
# Test logs
5556
coverage.xml

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google LLC
2+
# Copyright 2023 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Google LLC
1+
# Copyright 2023 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.kokoro/populate-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2020 Google LLC.
2+
# Copyright 2023 Google LLC.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/presubmit/unit_3-12.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Run unit tests for Python 3.12
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "unit-3.12"
7+
}
8+
9+
# Run unit tests in parallel, splitting up by file
10+
env_vars: {
11+
key: "PYTEST_ADDOPTS"
12+
value: "-n=auto --dist=loadscope"
13+
}

.kokoro/publish-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2020 Google LLC
2+
# Copyright 2023 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)