Skip to content

Commit a1d13d0

Browse files
committed
fix build
1 parent ecaed3a commit a1d13d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/google-api-core/noxfile.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232

3333
DEFAULT_PYTHON_VERSION = "3.14"
3434
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
35+
UNIT_TEST_STANDARD_DEPENDENCIES = [
36+
"mock",
37+
"asyncmock",
38+
"pytest",
39+
"pytest-cov",
40+
"pytest-asyncio",
41+
"pytest-mock",
42+
]
3543

3644
# Error if a python version is missing
3745
nox.options.error_on_missing_interpreters = True

0 commit comments

Comments
 (0)