
    Owg                     ,    d dl Z d dlmZ  G d d      Zy)    Nc                       e Zd Zd Zy)TestCategoricalWarningsc                 @   t        j                  dd       ddlm} d}|j	                  |       t        j                  d d      5   |d	      5  t        |j                  j                  d
d             d d d        d d d        y # 1 sw Y   xY w# 1 sw Y   y xY w)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   codes       d/var/www/horilla/myenv/lib/python3.12/site-packages/pandas/tests/arrays/categorical/test_warnings.pytest_tab_complete_warningz1TestCategoricalWarnings.test_tab_complete_warning   s    I':?<
D ''eL 	8%h/ 8R\\--dA678	8 	88 8	8 	8s$   	B&B7BB	BBN)__name__
__module____qualname__r        r   r   r      s    8r   r   )r   pandas._testing_testingr   r   r   r   r   <module>r!      s     8 8r   