Skip to content

Commit 8529eb3

Browse files
committed
tests: remove default nox sessions
1 parent b7e323d commit 8529eb3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

packages/google-auth-oauthlib/noxfile.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,6 @@
7474

7575
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7676

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-
8977
# Error if a python version is missing
9078
nox.options.error_on_missing_interpreters = True
9179

0 commit comments

Comments
 (0)