kumquat-buildroot/package/python-pytest-asyncio/Config.in

9 lines
242 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_PYTHON_PYTEST_ASYNCIO
bool "python-pytest-asyncio"
depends on BR2_PACKAGE_PYTHON3 # pytest
select BR2_PACKAGE_PYTHON_PYTEST # runtime
help
Pytest support for asyncio.
https://github.com/pytest-dev/pytest-asyncio