
    F-Ph<                     Z    d dl mZ  G d de          Ze G d de                      ZdS )    )finalc                       e Zd ZdZdZdS )PluggyWarningz.Base class for all warnings emitted by pluggy.pluggyN__name__
__module____qualname____doc__     P/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pluggy/_warnings.pyr   r      s        88JJJr   r   c                       e Zd ZdZdZdS )PluggyTeardownRaisedWarningaJ  A plugin raised an exception during an :ref:`old-style hookwrapper
    <old_style_hookwrappers>` teardown.

    Such exceptions are not handled by pluggy, and may cause subsequent
    teardowns to be executed at unexpected times, or be skipped entirely.

    This is an issue in the plugin implementation.

    If the exception is unintended, fix the underlying cause.

    If the exception is intended, switch to :ref:`new-style hook wrappers
    <hookwrappers>`, or use :func:`result.force_exception()
    <pluggy.Result.force_exception>` to set the exception instead of raising.
    r   Nr   r   r   r   r   r   
   s          JJJr   r   N)typingr   UserWarningr   r   r   r   r   <module>r      s             K        -     r   