Skip to content

Commit

Permalink
chore: delete owlbot.py (#136)
Browse files Browse the repository at this point in the history
Now that googleapis/synthtool#1244 is merged, owlbot.py is no longer required in this repo. We can add owlbot.py back in the future if repository specific customizations are needed.
  • Loading branch information
parthea authored Oct 29, 2021
1 parent c97a42c commit 9778700
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 62 deletions.
17 changes: 9 additions & 8 deletions packages/google-cloud-private-ca/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of the Certificate Authority
Service API. By default, you will get ``v1``, the latest version.
This package includes clients for multiple versions of Private Certificate Authority.
By default, you will get version ``privateca_v1``.

privateca_v1 API Reference
--------------------------

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

privateca_v1/services
privateca_v1/types

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

Expand All @@ -28,6 +29,6 @@ Changelog
For a list of all ``google-cloud-private-ca`` releases:

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

changelog
changelog
3 changes: 2 additions & 1 deletion packages/google-cloud-private-ca/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 All @@ -190,6 +190,7 @@ def docs(session):
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
"sphinx-build",
"-W", # warnings as errors
"-T", # show full traceback on exception
"-N", # no colors
"-b",
Expand Down
53 changes: 0 additions & 53 deletions packages/google-cloud-private-ca/owlbot.py

This file was deleted.

3 changes: 3 additions & 0 deletions packages/google-cloud-private-ca/testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
google-api-core==1.26.0
proto-plus==1.4.0
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 9778700

Please sign in to comment.