MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-python-connector / build

Function build

noxfile.py:90–97  ·  view source on GitHub ↗

Just run the default tools to install requirements.

(session)

Source from the content-addressed store, hash-verified

88
89@nox.session()
90def build(session):
91 """
92 Just run the default tools to install requirements.
93 """
94 # Install all test dependencies, then install this package in-place.
95 session.install("-r", "requirements-test.txt")
96 session.install("-e", ".")
97 session.install("-r", "requirements.txt")
98
99def default(session, path):
100 # Install all test dependencies, then install this package in-place.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected