python: deepseek-harness SDK and runtime carrier packages

This commit is contained in:
imccyu
2026-07-13 15:50:09 +08:00
parent 67fe6c10b6
commit ade150b719
31 changed files with 2507 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
# Root pytest config: pin collection to the Python SDK's real test tree.
# Without this, a bare `pytest` from the repo root recursively collects the
# whole worktree — including gitignored residue such as scratch checkouts or
# venvs — and same-basename test modules collide with an "import file
# mismatch" collection error.
[pytest]
testpaths = python/sdk/tests
norecursedirs = node_modules .git dist-exe