Skip to content

Commit 5ac12ae

Browse files
yoshi-automationbusunkim96
authored andcommitted
test(redis): add 3.8 unit tests (via synth) (#9940)
1 parent bc451a7 commit 5ac12ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

redis/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:30:31.987393Z",
2+
"updateTime": "2019-12-07T13:25:40.740510Z",
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)