Skip to content

Commit e20abfa

Browse files
chore(revert): use gapic-generator-python 1.0.0 (#696)
* Revert "chore: use gapic-generator-python 1.0.0 (#691)" This reverts commit fb493bd4b20da58a5224a154cc906df273327181. * πŸ¦‰ Updates from OwlBot post-processor 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 da6817f commit e20abfa

File tree

119 files changed

+13
-40468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+13
-40468
lines changed

β€Žpackages/google-cloud-pubsub/noxfile.pyβ€Ž

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -215,35 +215,19 @@ def default(session):
215215
install_unittest_dependencies(session, "-c", constraints_path)
216216

217217
# Run py.test against the unit tests.
218-
if session.python != "3.6":
219-
session.run(
220-
"py.test",
221-
"--quiet",
222-
"--asyncio-mode=strict",
223-
f"--junitxml=unit_{session.python}_sponge_log.xml",
224-
"--cov=google/cloud",
225-
"--cov=tests/unit",
226-
"--cov-append",
227-
"--cov-config=.coveragerc",
228-
"--cov-report=",
229-
"--cov-fail-under=0",
230-
os.path.join("tests", "unit"),
231-
*session.posargs,
232-
)
233-
else:
234-
session.run(
235-
"py.test",
236-
"--quiet",
237-
f"--junitxml=unit_{session.python}_sponge_log.xml",
238-
"--cov=google/cloud",
239-
"--cov=tests/unit",
240-
"--cov-append",
241-
"--cov-config=.coveragerc",
242-
"--cov-report=",
243-
"--cov-fail-under=0",
244-
os.path.join("tests", "unit"),
245-
*session.posargs,
246-
)
218+
session.run(
219+
"py.test",
220+
"--quiet",
221+
f"--junitxml=unit_{session.python}_sponge_log.xml",
222+
"--cov=google/cloud",
223+
"--cov=tests/unit",
224+
"--cov-append",
225+
"--cov-config=.coveragerc",
226+
"--cov-report=",
227+
"--cov-fail-under=0",
228+
os.path.join("tests", "unit"),
229+
*session.posargs,
230+
)
247231

248232

249233
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)

β€Žpackages/google-cloud-pubsub/owl-bot-staging/v1/.coveragercβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Žpackages/google-cloud-pubsub/owl-bot-staging/v1/.flake8β€Ž

Lines changed: 0 additions & 33 deletions
This file was deleted.

β€Žpackages/google-cloud-pubsub/owl-bot-staging/v1/MANIFEST.inβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Žpackages/google-cloud-pubsub/owl-bot-staging/v1/README.rstβ€Ž

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
Β (0)