Skip to content

Commit

Permalink
chore: delete owlbot.py (#153)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
parthea and gcf-owl-bot[bot] authored Oct 26, 2021
1 parent 382a91b commit a120a56
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 69 deletions.
21 changes: 9 additions & 12 deletions packages/google-cloud-scheduler/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of the Cloud Scheduler
API. By default, you will get ``v1``, the latest stable version.
This package includes clients for multiple versions of Google Cloud Scheduler.
By default, you will get version ``scheduler_v1``.

v1

API Reference
-------------
.. toctree::
:maxdepth: 2

scheduler_v1/services
scheduler_v1/types


Previous beta release ``v1beta1`` is provided as well.

v1beta1
API Reference
-------------
.. toctree::
:maxdepth: 2
Expand All @@ -25,16 +23,15 @@ v1beta1
scheduler_v1beta1/types



Migration Guide
---------------

See the guide below for instructions on migrating to the 2.x release of this library.
See the guide below for instructions on migrating to the latest version.

.. toctree::
:maxdepth: 2

UPGRADING
 UPGRADING


Changelog
Expand All @@ -43,6 +40,6 @@ Changelog
For a list of all ``google-cloud-scheduler`` releases:

.. toctree::
:maxdepth: 2
:maxdepth: 2

changelog
changelog
2 changes: 1 addition & 1 deletion packages/google-cloud-scheduler/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def cover(session):
test runs (not system test runs), and then erases coverage data.
"""
session.install("coverage", "pytest-cov")
session.run("coverage", "report", "--show-missing", "--fail-under=98")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

Expand Down
56 changes: 0 additions & 56 deletions packages/google-cloud-scheduler/owlbot.py

This file was deleted.

3 changes: 3 additions & 0 deletions packages/google-cloud-scheduler/testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ google-api-core==1.26.0
proto-plus==1.4.0
libcst==0.2.5
packaging==14.3
# TODO: remove once google-auth>=1.25.0 is required transitively
# through google-api-core>=1.28.0
google-auth==1.24.0

0 comments on commit a120a56

Please sign in to comment.