We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2d79c commit 59bc9fbCopy full SHA for 59bc9fb
1 file changed
packages/google-cloud-runtimeconfig/noxfile.py
@@ -71,18 +71,6 @@
71
72
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
73
74
-nox.options.sessions = [
75
- "unit",
76
- "system",
77
- "cover",
78
- "lint",
79
- "lint_setup_py",
80
- "blacken",
81
- "docs",
82
- "docfx",
83
- "format",
84
-]
85
-
86
# Error if a python version is missing
87
nox.options.error_on_missing_interpreters = True
88
0 commit comments