mirror of
https://github.com/usestrix/strix.git
synced 2026-09-24 00:51:20 +00:00
test: drop the mypy platform pin in favour of a real fix
`platform = "linux"` was a workaround for six Windows-only attribute errors on `fcntl` and `os.getuid`. Review pushed back, correctly: it makes local runs deterministic but checks no platform-specific branch under its own platform. #1301 fixes those six at the source and adds a workflow running mypy under --platform linux, darwin and win32, so the pin is no longer needed. Removing it here leaves this PR scoped to test assumptions and lets the two merge in either order. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
1cc815f5b6
commit
6bb668ec2a
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ path = "scripts/tui_sidecar_hook.py"
|
|||
|
||||
[tool.mypy]
|
||||
python_version = "3.12"
|
||||
platform = "linux"
|
||||
strict = true
|
||||
strict_optional = true
|
||||
warn_redundant_casts = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue