mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 01:47:41 +08:00
Document to stubtest_requirements field in the proper place. (#12707)
This commit is contained in:
@@ -175,9 +175,9 @@ directly, with
|
||||
|
||||
For each distribution, stubtest ignores definitions listed in a `@tests/stubtest_allowlist.txt` file,
|
||||
relative to the distribution. Platform specific items can be ignored by listing them
|
||||
in a `@tests/stubtest_allowlist_{platform}.txt` file. Additional packages that are needed
|
||||
to run stubtest for a
|
||||
distribution can be added to `tool.stubtest.stubtest_requirements` in `METADATA.toml`.
|
||||
in a `@tests/stubtest_allowlist_{platform}.txt` file. Additional configuration
|
||||
can be found in the `tool.stubtest` section of the `METADATA.toml` file. See
|
||||
[CONTRIBUTING.md](../CONTRIBUTING.md#the-metadatatoml-file) for more information.
|
||||
|
||||
### Using stubtest to find objects missing from the stubs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user