ya.make 479 B

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