o
    ŀg                     @   s&   d dl Z d dlmZ G dd dZdS )    Nc                   @   s   e Zd Zdd ZdS )TestCategoricalWarningsc              	   C   s   t jddd ddlm} d}|| tjd dd. |d	 t|j	d
d W d    n1 s4w   Y  W d    d S W d    d S 1 sLw   Y  d S )NIPythonz6.0.0)
minversionr   )provisionalcompleterz+import pandas as pd; c = pd.Categorical([])F)raise_on_extra_warningsignorezc.   )
pytestimportorskipIPython.core.completerr   run_celltmassert_produces_warninglist	Completercompletions)selfipr   code r   a/var/www/html/myenv/lib/python3.10/site-packages/pandas/tests/arrays/categorical/test_warnings.pytest_tab_complete_warning   s   

"z1TestCategoricalWarnings.test_tab_complete_warningN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )r	   pandas._testing_testingr   r   r   r   r   r   <module>   s    