Pyroma now supports PEP 639 (#9064)

This commit is contained in:
Hugo van Kemenade 2025-07-07 19:12:30 +03:00 committed by GitHub
commit 44a553a0a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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