o
    ix                     @  sN   d dl mZ d dlmZ d dlmZ d dlmZ dd	d
ZG dd deZ	dS )    )annotations)NoReturn)Command)SetuptoolsDeprecationWarningnamestrreturntype[_test]c                 C  s&   | dkrt jddddd tS t| )NtestzAThe test command is disabled and references to it are deprecated.zlPlease remove any references to `setuptools.command.test` in all supported versions of the affected package.)i           )due_date
stacklevel)r   emit_testAttributeError)r    r   T/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/setuptools/command/test.py__getattr__
   s   r   c                   @  s:   e Zd ZdZdZg dZdddZddd	ZdddZdS )r   z?
    Stub to warn when test command is referenced or used.
    z&stub for old test command (do not use)))ztest-module=mz$Run 'test_suite' in specified module)ztest-suite=sz9Run single test, case or suite (e.g. 'module.test_suite'))ztest-runner=rzTest runner to user   Nonec                 C     d S Nr   selfr   r   r   initialize_options(      z_test.initialize_optionsc                 C  r   r   r   r   r   r   r   finalize_options+   r   z_test.finalize_optionsr   c                 C  s   t d)Nz9Support for the test command was removed in Setuptools 72)RuntimeErrorr   r   r   r   run.   s   z	_test.runN)r   r   )r   r   )	__name__
__module____qualname____doc__descriptionuser_optionsr   r    r"   r   r   r   r   r      s    


r   N)r   r   r   r	   )

__future__r   typingr   
setuptoolsr   setuptools.warningsr   r   r   r   r   r   r   <module>   s    
