Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 0781beb

Browse files
chore: delete owlbot.py (#129)
* chore: delete owlbot.py * test: increase code coverage * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a13f505 commit 0781beb

File tree

5 files changed

+7
-86
lines changed

5 files changed

+7
-86
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3-
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
3+
digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4

docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.. include:: README.rst
2+
23
.. include:: multiprocessing.rst
34

5+
46
API Reference
57
-------------
68
.. toctree::

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def cover(session):
175175
test runs (not system test runs), and then erases coverage data.
176176
"""
177177
session.install("coverage", "pytest-cov")
178-
session.run("coverage", "report", "--show-missing", "--fail-under=99")
178+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
179179

180180
session.run("coverage", "erase")
181181

owlbot.py

-84
This file was deleted.

testing/constraints-3.6.txt

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ google-api-core==1.26.0
99
proto-plus==1.4.0
1010
grpc-google-iam-v1==0.12.3
1111
packaging==14.3
12+
# TODO: remove once google-auth>=1.25.0 is required transitively
13+
# through google-api-core>=1.28.0
14+
google-auth==1.24.0

0 commit comments

Comments
 (0)