1config BR2_PACKAGE_PYTHON_PYTEST
2	bool "python-pytest"
3	select BR2_PACKAGE_PYTHON_INICONFIG # runtime
4	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
5	select BR2_PACKAGE_PYTHON_PLUGGY # runtime
6	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
7	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
8	help
9	  pytest is a framework that makes building simple and scalable
10	  tests easy. Tests are expressive and readable—no boilerplate
11	  code required.
12
13	  https://docs.pytest.org/en/latest/
14