Skip to content

Commit

Permalink
[docs] add clearer warning about stubtest code execution (#13927)
Browse files Browse the repository at this point in the history
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
sobolevn and hauntsaninja committed Oct 20, 2022
1 parent 37044dd commit ace0f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/stubtest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ stubs and implementation or to check for stub completeness. It's used to
test Python's official collection of library stubs,
`typeshed <https://github.com/python/typeshed>`_.

.. warning::

stubtest will import and execute Python code from the packages it checks.

Example
*******

Expand Down

0 comments on commit ace0f32

Please sign in to comment.