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