B
    Y0d                 @   s<   d Z ddlZddlZejejeZdddZdgZdS )z6
Entrypoint for testing from the top-level namespace.
    Nc          
   C   s   ydd l }W n, tk
r8 } ztd|W d d }~X Y nX ydd l}W n, tk
rr } ztd|W d d }~X Y nX dddg}| rt| ts| g} | }|tg7 }d|}td|  t	|
| d S )	Nr   zNeed pytest>=5.0.1 to run testsz"Need hypothesis>=3.58 to run testsz--skip-slowz--skip-networkz	--skip-db zrunning: pytest )pytestImportError
hypothesis
isinstancelistPKGjoinprintsysexitmain)
extra_argsr   errr   cmdZjoined r   E/var/www/html/venv/lib/python3.7/site-packages/pandas/util/_tester.pytest
   s"    



r   )N)	__doc__osr   pathdirname__file__r   r   __all__r   r   r   r   <module>   s
   
