Replace METADATA stubtest key with stubtest_apt_packages (#6704)

This commit is contained in:
Sebastian Rittau
2021-12-27 17:28:59 +01:00
committed by GitHub
parent 975b3e901b
commit 14e5d16c3a
9 changed files with 38 additions and 15 deletions

View File

@@ -177,8 +177,9 @@ supported:
[removing obsolete third-party libraries](#third-party-library-removal-policy).
It contains the first version of the corresponding library that ships
its own `py.typed` file.
* `stubtest` (default: `true`): Whether stubtest should be run against this
package. Please avoid setting this to `false`, and add a comment if you have to.
* `stubtest_apt_dependencies` (default: `[]`): A list of Ubuntu APT packages
that need to be installed for stubtest to run successfully. These are
usually packages needed to pip install the implementation distribution.
The format of all `METADATA.toml` files can be checked by running
`python3 ./tests/check_consistent.py`.