Config.in 559 B

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