Ryan Malloy 6e982797f8
Some checks are pending
CI / Lint and Format (push) Waiting to run
CI / Test Python 3.11 on macos-latest (push) Waiting to run
CI / Test Python 3.12 on macos-latest (push) Waiting to run
CI / Test Python 3.13 on macos-latest (push) Waiting to run
CI / Test Python 3.10 on ubuntu-latest (push) Waiting to run
CI / Test Python 3.11 on ubuntu-latest (push) Waiting to run
CI / Test Python 3.12 on ubuntu-latest (push) Waiting to run
CI / Test Python 3.13 on ubuntu-latest (push) Waiting to run
CI / Security Scan (push) Waiting to run
CI / Build Package (push) Blocked by required conditions
Fix cross-platform flakiness in ERC root-resolution test
test_root_resolves_to_project_schematic built its project directly in tmp_path,
where the autouse _set_test_search_paths fixture also drops a
test_project.kicad_pro. With two .kicad_pro files in one directory, root
resolution returned whichever os.listdir yielded first — myproject on ext4,
test_project on APFS — so it passed on Linux and failed on macOS. Anchor the
test's project in its own subdirectory so the walk stops at the intended root.
2026-07-11 17:09:34 -06:00
..