U
    Ƚb8                     @   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   zddl }W n, tk
r8 } ztd|W 5 d}~X Y nX zddl}W n, tk
rr } ztd|W 5 d}~X Y nX dddg}| rt| ts| g} | }|tg7 }d|}td	|  t	|
| dS )
z1
    Run the pandas test suite using pytest.
    r   Nz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   7/tmp/pip-unpacked-wheel-t4uyudxd/pandas/util/_tester.pytest
   s"    



r   )N)	__doc__osr   pathdirname__file__r   r   __all__r   r   r   r   <module>   s
   
