pytest.ini 411 B

12345678
  1. # Root pytest config: pin collection to the Python SDK's real test tree.
  2. # Without this, a bare `pytest` from the repo root recursively collects the
  3. # whole worktree — including gitignored residue such as scratch checkouts or
  4. # venvs — and same-basename test modules collide with an "import file
  5. # mismatch" collection error.
  6. [pytest]
  7. testpaths = python/sdk/tests
  8. norecursedirs = node_modules .git dist-exe