o
    Y±e<  ã                   @   s4   d dl mZ G dd„ deƒZeG d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__© r   r   ú4usr/lib/python3.10/site-packages/pluggy/_warnings.pyr      s    r   c                   @   r   )Ú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    r   N)Útypingr   ÚUserWarningr   r   r   r   r   r   Ú<module>   s    