flavorpack 2026-03-28
Windows test compatibility, parallel coverage, gitignore update
5 files · 42+ · 8-

Windows test compatibility and parallel coverage

2 files changed
  • conftest.py UTF-8 encoding in test file operations; taster test exclusion on Windows
  • pyproject.toml parallel=true in coverage config for xdist compatibility; contextlib.suppress replaces bare except (ruff SIM105)
  • Windows test compatibility: UTF-8 encoding enforced in test file operations, taster tests excluded on Windows where they fail due to platform differences. parallel=true added to coverage config for pytest-xdist compatibility. contextlib.suppress used to satisfy ruff SIM105. remediate internal
    1 file
    • pyproject.toml