MCPcopy Create free account
hub / github.com/pybind/pybind11 / tests_packaging

Function tests_packaging

noxfile.py:55–61  ·  view source on GitHub ↗

Run the packaging tests.

(session: nox.Session)

Source from the content-addressed store, hash-verified

53
54@nox.session
55def tests_packaging(session: nox.Session) -> None:
56 """
57 Run the packaging tests.
58 """
59
60 session.install("-r", "tests/requirements.txt", "pip")
61 session.run("pytest", "tests/extra_python_package", *session.posargs)
62
63
64@nox.session(reuse_venv=True, default=False)

Callers

nothing calls this directly

Calls 2

installMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected