o
    5c                     @   s2   d dl Z d dlmZ d dlmZ G dd dZdS )    N)
async_markc                   @   s   e Zd Ze dd ZdS )TestCategoricalWarningsc              	      s   t jddd ddlm} d}||I d H  td . |d t|j	dd	 W d    n1 s6w   Y  W d    d S W d    d S 1 sNw   Y  d S )
NIPythonz6.0.0)
minversionr   )provisionalcompleterz(import pandas as pd; c = Categorical([])ignorezc.   )
pytestimportorskipIPython.core.completerr   run_codetmassert_produces_warninglist	Completercompletions)selfipr   code r   c/var/www/html/gps/gps/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   r      s    r   )r	   pandas.util._test_decoratorsr   pandas._testing_testingr   r   r   r   r   r   <module>   s    