Skip to content

Commit 0acb793

Browse files
chore(python): remove CONTRIBUTING.rst from templates (#1038)
* chore(python): remove CONTRIBUTING.rst from templates Source-Link: googleapis/synthtool@c96fb11 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:710b70faff81151657d89db6e028c23a1051787598c8276bdd8eef25c92da8ab * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d2c2920 commit 0acb793

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17-
# created: 2025-04-10T17:00:10.042601326Z
16+
digest: sha256:710b70faff81151657d89db6e028c23a1051787598c8276bdd8eef25c92da8ab
17+
# created: 2025-04-10T17:48:54.829145676Z

owlbot.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -290,23 +290,4 @@ def lint_setup_py(session):
290290
# Setup service account credentials.""",
291291
)
292292

293-
294-
# Add a section on updating conformance tests to contributing.
295-
s.replace(
296-
"CONTRIBUTING.rst",
297-
"\nTest Coverage",
298-
"""*************
299-
Updating Conformance Tests
300-
**************************
301-
302-
The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.
303-
304-
To update the copy of these conformance tests used by this repository, run the provided Makefile:
305-
306-
$ make -f Makefile_v1
307-
308-
*************
309-
Test Coverage"""
310-
)
311-
312293
s.replace("noxfile.py", "\"pytest-asyncio\"", "\"pytest-asyncio==0.21.2\"")

0 commit comments

Comments
 (0)