mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 12:39:54 +00:00
feat(api): update via SDK Studio
This commit is contained in:
parent
604017133e
commit
ff05a4adf0
130 changed files with 17166 additions and 1 deletions
9
noxfile.py
Normal file
9
noxfile.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import nox
|
||||
|
||||
|
||||
@nox.session(reuse_venv=True, name="test-pydantic-v1")
|
||||
def test_pydantic_v1(session: nox.Session) -> None:
|
||||
session.install("-r", "requirements-dev.lock")
|
||||
session.install("pydantic<2")
|
||||
|
||||
session.run("pytest", "--showlocals", "--ignore=tests/functional", *session.posargs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue