tqdm/tests/tests_asyncio.py

8 lines
174 B
Python

import sys
if sys.version_info[:2] > (3, 6):
from .py37_asyncio import * # NOQA
else:
import pytest
pytest.skip("async not supported", allow_module_level=True)