plating 2026-03-28
Windows test compatibility, parallel coverage, SPDX script ruff fixes
7 files · 87+ · 52-

Windows test compatibility and parallel coverage

2 files changed
  • conftest.py Windows compatibility: path separators, UTF-8 encoding, temp file handling
  • pyproject.toml parallel=true in coverage config for xdist; contextlib.suppress for ruff SIM105; apply canonical SPDX ruff fixes (E741, C901, SIM103)
  • Windows test compatibility fixed: path separators, UTF-8 encoding enforced, and temp file handling corrected. parallel=true added to coverage config for pytest-xdist. SPDX header scripts fixed with canonical ruff E741, C901, and SIM103 fixes. remediate internal
    1 file
    • pyproject.toml