mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 06:12:13 +08:00
runtests.py: note that stdlib stubtest might fail (#10628)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user