runtests.py: note that stdlib stubtest might fail (#10628)

This commit is contained in:
Alex Waygood
2023-08-30 07:48:44 +01:00
committed by GitHub
parent 8e8b1ecf55
commit 7e34ca5b71

View File

@@ -49,7 +49,10 @@ You must provide a single argument which is a path to the stubs to test, like
so: `stdlib/os` or `stubs/requests`.
Run `python scripts/runtests.py --help` for information on the various configuration options
for this script.
for this script. Note that if you use the `--run-stubtest` flag with the stdlib stubs,
whether or not the test passes will depend on the exact version of Python
you're using, as well as various other details regarding your local environment.
For more information, see the docs on [`stubtest_stdlib.py`](#stubtest_stdlibpy) below.
## mypy\_test.py