typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Split `tool.stubtest.platforms` metadata key

Open srittau opened this issue 10 months ago • 0 comments

The new supported_platforms and ci_platforms keys allow better control over the platforms stubtest is run on locally and in CI.

Rename stubtest_third_party.py command line option --supported-platforms-only to --ci-platforms-only to match this change.

This fixes spurious warnings when running locally using Linux.

Cf. #13643

srittau avatar Mar 31 '25 12:03 srittau