pyproject.toml: downgrade setuptools to unbreak coverage-badge

This commit is contained in:
2026-07-27 06:04:11 +09:00
parent ffd7d7c963
commit b9d00eae33
2 changed files with 8 additions and 3 deletions
+3
View File
@@ -32,6 +32,9 @@ test = [
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"pytest-html>=4.2.0",
# coverage-badge 1.1.2 imports pkg_resources, which setuptools removed in 82.0.0.
# see https://github.com/dbrgn/coverage-badge/pull/35
"setuptools<82",
"sqlparse>=0.5.5",
]