ya.make 475 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(2.0.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/mock
  7. contrib/python/pytest
  8. contrib/python/six
  9. )
  10. NO_LINT()
  11. PY_SRCS(
  12. TOP_LEVEL
  13. pytest_mock/__init__.py
  14. pytest_mock/_version.py
  15. pytest_mock/plugin.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/python/pytest-mock/py2/
  19. .dist-info/METADATA
  20. .dist-info/entry_points.txt
  21. .dist-info/top_level.txt
  22. )
  23. END()
  24. RECURSE_FOR_TESTS(
  25. tests
  26. )