test_run: make ocr -doit work (add truetype file)

This commit is contained in:
Robert Sachunsky 2025-09-25 22:25:05 +02:00
parent 4c6405713a
commit 480daa4c7c
4 changed files with 19 additions and 8 deletions

View file

@ -46,7 +46,7 @@ optional-dependencies.test = {file = ["requirements-test.txt"]}
where = ["src"]
[tool.setuptools.package-data]
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']
"*" = ["*.json", '*.yml', '*.xml', '*.xsd', '*.ttf']
[tool.coverage.run]
branch = true