Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 14c56f9

Browse files
committed
Update goldens
1 parent c37eca7 commit 14c56f9

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

tests/integration/goldens/asset/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

tests/integration/goldens/credentials/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

tests/integration/goldens/logging/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

tests/integration/goldens/redis/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

tests/integration/goldens/redis_selective/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6363
"mock",
6464
"pytest",
65+
"pytest-asyncio"
6566
"google-cloud-testutils",
6667
]
6768
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []

0 commit comments

Comments
 (0)