Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0eb0970

Browse files
yoshi-automationbusunkim96
authored andcommitted
test(talent): add 3.8 unit tests (via synth) (googleapis#9941)
1 parent 7780883 commit 0eb0970

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

talent/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)

talent/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-12-04T13:26:14.612293Z",
2+
"updateTime": "2019-12-07T13:27:57.902246Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "da0edeeef953b05eb1524d514d2e9842ac2df0fd",
16-
"internalRef": "283614497"
15+
"sha": "a4adac3a12aca6e3a792c9c35ee850435fe7cf7e",
16+
"internalRef": "284277770"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)