Config.in 516 B

1234567891011121314
  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. help
  10. pytest is a framework that makes building simple and scalable
  11. tests easy. Tests are expressive and readable—no boilerplate
  12. code required.
  13. https://docs.pytest.org/en/latest/