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

Commit 992ea8d

Browse files
yoshi-automationbusunkim96
authored andcommitted
test(datalabeling): add 3.8 unit tests (via synth) (#9934)
1 parent e5f9021 commit 992ea8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)

synth.metadata

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

0 commit comments

Comments
 (0)