ya.make 532 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(2.13.5)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/allure-python-commons
  7. contrib/python/pytest
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. allure_pytest/__init__.py
  13. allure_pytest/compat.py
  14. allure_pytest/helper.py
  15. allure_pytest/listener.py
  16. allure_pytest/plugin.py
  17. allure_pytest/utils.py
  18. )
  19. RESOURCE_FILES(
  20. PREFIX contrib/python/allure-pytest/
  21. .dist-info/METADATA
  22. .dist-info/entry_points.txt
  23. .dist-info/top_level.txt
  24. )
  25. END()