o
    oi                     @   sF   d dl Z d dlZd dlmZ G dd dejZedkr!e  dS dS )    N)testingc                   @   s   e Zd Zeddd ZdS )!TestSubnormalFloatsAreNotDisabledz<Some of our tests we compile with -Ofast, which breaks this.c                 C   s    t d | tjjd d d S )Ngevent   g        )
__import__assertGreatersys
float_infomin)self r   [/var/www/html/pca-backend/venv/lib/python3.10/site-packages/gevent/tests/test__issue1864.pytest_subnormal_is_not_zero   s   z<TestSubnormalFloatsAreNotDisabled.test_subnormal_is_not_zeroN)__name__
__module____qualname__	greentestskipOnCIr   r   r   r   r   r      s    r   __main__)	r   unittestr   r   r   TestCaser   r   mainr   r   r   r   <module>   s    