We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaed3a commit a1d13d0Copy full SHA for a1d13d0
1 file changed
packages/google-api-core/noxfile.py
@@ -32,6 +32,14 @@
32
33
DEFAULT_PYTHON_VERSION = "3.14"
34
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
+]
43
44
# Error if a python version is missing
45
nox.options.error_on_missing_interpreters = True
0 commit comments