| 12345678 |
- # 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
|