Skip to content

Commit ace0f32

Browse files
[docs] add clearer warning about stubtest code execution (#13927)
Co-authored-by: Shantanu <[email protected]>
1 parent 37044dd commit ace0f32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/stubtest.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ stubs and implementation or to check for stub completeness. It's used to
4141
test Python's official collection of library stubs,
4242
`typeshed <https://github.com/python/typeshed>`_.
4343

44+
.. warning::
45+
46+
stubtest will import and execute Python code from the packages it checks.
47+
4448
Example
4549
*******
4650

0 commit comments

Comments
 (0)