Handle docstr_coverage and pyyaml.

This commit is contained in:
Patrick Lehmann
2024-10-10 07:34:24 +02:00
parent b2ac6bc0d9
commit 13076012dd
5 changed files with 14 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
requires = [
"setuptools ~= 75.1",
"wheel ~= 0.44",
"pyTooling ~= 6.6"
"pyTooling ~= 6.7"
]
build-backend = "setuptools.build_meta"
@@ -21,6 +21,7 @@ namespace_packages = true
html_report = "report/typing"
[tool.pytest.ini_options]
addopts = "--tb=native"
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
# derived from unittest.Testcase
python_files = "*"