Work around pyroma test

This commit is contained in:
Hugo van Kemenade 2025-03-31 22:53:51 +03:00
parent e995eef424
commit d8a0cb5db1

View File

@ -23,5 +23,11 @@ def test_pyroma() -> None:
)
else:
# Should have a perfect score
assert rating == (10, [])
# Should have a perfect score, but pyroma does not support PEP 639 yet.
assert rating == (
9,
[
"Your package does neither have a license field "
"nor any license classifiers."
],
)