Sindbad~EG File Manager

Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/executing/
Upload File :
Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/executing/_pytest_utils.py

import sys



def is_pytest_compatible() -> bool:
    """ returns true if executing can be used for expressions inside assert statements which are rewritten by pytest
    """
    if sys.version_info < (3, 11):
        return False

    try:
        import pytest
    except ImportError:
        return False

    return pytest.version_tuple >= (8, 3, 4)

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists