B
    q\O                 @   s.   d dl Z d dlZd dlmZ e jdd ZdS )    N)catch_warningsc            	   c   s*   t   tddt d V  W d Q R X d S )NalwayszVusing a non-integer number instead of an integer will result in an error in the future)r   warningsfilterwarningsDeprecationWarning r   r   ;lib/python3.7/site-packages/astropy/modeling/tests/utils.pyignore_non_integer_warning
   s
    r	   )
contextlibr   Zastropy.tests.helperr   contextmanagerr	   r   r   r   r   <module>   s   