From 7e34ca5b71c5332c815287c0a8009db40809e7fd Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 30 Aug 2023 07:48:44 +0100 Subject: [PATCH] runtests.py: note that stdlib stubtest might fail (#10628) --- tests/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index e81afd4b7..ccef075e2 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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