MCPcopy
hub / github.com/openai/openai-python / test_pydantic_v1

Function test_pydantic_v1

noxfile.py:5–9  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

3
4@nox.session(reuse_venv=True, name="test-pydantic-v1")
5def test_pydantic_v1(session: nox.Session) -> None:
6 session.install("-r", "requirements-dev.lock")
7 session.install("pydantic<2")
8
9 session.run("pytest", "--showlocals", "--ignore=tests/functional", *session.posargs)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected