MCPcopy Create free account
hub / github.com/pyca/cryptography / install

Function install

noxfile.py:21–28  ·  view source on GitHub ↗
(session: nox.Session, *args: str)

Source from the content-addressed store, hash-verified

19
20
21def install(session: nox.Session, *args: str) -> None:
22 session.install(
23 "-v",
24 "-c",
25 "ci-constraints-requirements.txt",
26 *args,
27 silent=False,
28 )
29
30
31@nox.session

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected