Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

chore: delete owlbot.py #131

Merged
merged 7 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 24 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,44 @@

.. include:: multiprocessing.rst

Api Reference
This package includes clients for multiple versions of Cloud Redis.
By default, you will get version ``redis_v1``.


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

redis_v1/services
redis_v1/types

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

redis_v1beta1/services
redis_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
---------

For a list of all ``google-cloud-redis`` releases:

.. toctree::
:maxdepth: 2

changelog
2 changes: 1 addition & 1 deletion 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
46 changes: 0 additions & 46 deletions owlbot.py

This file was deleted.

3 changes: 3 additions & 0 deletions 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