Skip to content

Commit dc8c01e

Browse files
committed
AGENTS.md: sync Unix-only provider list with windows_compat frozenset
After adding chromewebstore and gem to UNIX_ONLY_PROVIDER_NAMES in windows_compat.py, the parenthetical in AGENTS.md fell behind — it still listed only the original 7 providers. Bring the prose in sync with the actual frozenset so readers know those two providers are also skipped on Windows. Flagged by devin-ai-integration review.
1 parent 4fa22d5 commit dc8c01e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ effects are correct.
9292
- assume ALL binproviders (other than apt on macos) are always available in the host environment (e.g. brew, pip, npm, docker, gem, etc. are ALL available in all environments), let it hard fail naturally if any are missing/broken. do not skip or disable those failing tests.
9393
- Exception for Windows: the Unix-only providers listed in
9494
`abxpkg.windows_compat.UNIX_ONLY_PROVIDER_NAMES` (apt / brew / nix /
95-
bash / ansible / pyinfra / docker) have no Windows implementation, so
95+
bash / ansible / pyinfra / docker / chromewebstore / gem) have no
96+
Windows implementation, so
9697
`tests/conftest.py::pytest_collection_modifyitems` skips their per-file test
9798
modules on Windows. Every other provider must still run its real
9899
install lifecycle on Windows and fail loudly if the host tooling is

0 commit comments

Comments
 (0)