MCPcopy
hub / github.com/pyca/cryptography / install

Function install

noxfile.py:27–39  ·  noxfile.py::install
(
    session: nox.Session,
    *args: str,
    verbose: bool = True,
)

Source from the content-addressed store, hash-verified

25
26
27def install(
28 session: nox.Session,
29 *args: str,
30 verbose: bool = True,
31) -> None:
32 if verbose:
33 args += (class="st">"-v",)
34 session.install(
35 class="st">"-c",
36 class="st">"ci-constraints-requirements.txt",
37 *args,
38 silent=False,
39 )
40
41
42def load_pyproject_toml() -> dict:

Callers 6

testsFunction · 0.85
docsFunction · 0.85
docs_linkcheckFunction · 0.85
flakeFunction · 0.85
rustFunction · 0.85
localFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected