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