Skip to content

Commit 471b7a9

Browse files
committed
tests: fix build
1 parent 7a356df commit 471b7a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/google-auth/noxfile.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ def docs(session):
173173
)
174174

175175

176+
@nox.session(python="3.10")
177+
def docfx(session):
178+
"""Build the docfx yaml files for this library."""
179+
session.skip("This package does not have documentation in cloud.google.com")
180+
181+
176182
@nox.session(python=DEFAULT_PYTHON_VERSION)
177183
def prerelease_deps(session):
178184
"""Run all tests with pre-release versions of dependencies installed

0 commit comments

Comments
 (0)