3
qd                 @   s<   d Z ddlZddlZejjej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 Y d d }~X nX ydd l}W n, tk
rr } ztd|W Y d d }~X nX dddg}| rt| ts| g} | }|tg7 }dj|}td|  tj	|j
| 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   5/tmp/pip-build-7vycvbft/pandas/pandas/util/_tester.pytest
   s"    



r   )N)	__doc__osr   pathdirname__file__r   r   __all__r   r   r   r   <module>   s
   
