Skip to content

Commit bda44b3

Browse files
yoshi-automationplamut
authored andcommitted
chore(pubsub): add Python 3.8 unit tests run (via synth)
1 parent ae54dc3 commit bda44b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubsub/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def default(session):
8686
)
8787

8888

89-
@nox.session(python=["2.7", "3.5", "3.6", "3.7"])
89+
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
9090
def unit(session):
9191
"""Run the unit test suite."""
9292
default(session)

pubsub/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-11-13T13:23:51.614817Z",
2+
"updateTime": "2020-01-08T13:27:29.257325Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.41.1",
8-
"dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e"
7+
"version": "0.43.0",
8+
"dockerImage": "googleapis/artman@sha256:264654a37596a44b0668b8ce6ac41082d713f6ee150b3fc6425fa78cc64e4f20"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "88bbf96b90089994ed16208a0f38cdd07f743742",
16-
"internalRef": "280134477"
15+
"sha": "08b488e0660c59842a7dee0e3e2b65d9e3a514a9",
16+
"internalRef": "288625007"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)