Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e34ca5

Browse files
authored
runtests.py: note that stdlib stubtest might fail (#10628)
1 parent 8e8b1ec commit 7e34ca5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ You must provide a single argument which is a path to the stubs to test, like
4949
so: `stdlib/os` or `stubs/requests`.
5050

5151
Run `python scripts/runtests.py --help` for information on the various configuration options
52-
for this script.
52+
for this script. Note that if you use the `--run-stubtest` flag with the stdlib stubs,
53+
whether or not the test passes will depend on the exact version of Python
54+
you're using, as well as various other details regarding your local environment.
55+
For more information, see the docs on [`stubtest_stdlib.py`](#stubtest_stdlibpy) below.
5356

5457
## mypy\_test.py
5558

0 commit comments

Comments
 (0)