Add a 'stubtest' flag to METADATA.toml (#6687)

Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
Sebastian Rittau
2021-12-25 16:02:57 +01:00
committed by GitHub
parent 15958a2628
commit bb77f39b7c
7 changed files with 23 additions and 26 deletions

View File

@@ -177,6 +177,8 @@ 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.
The format of all `METADATA.toml` files can be checked by running
`python3 ./tests/check_consistent.py`.