Revert "Work around pyroma test"

This reverts commit d8a0cb5db1.
This commit is contained in:
Andrew Murray 2025-07-05 11:45:02 +10:00
parent dcd202568a
commit a84458ffbd

View File

@ -25,11 +25,5 @@ def test_pyroma() -> None:
)
else:
# 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."
],
)
# Should have a perfect score
assert rating == (10, [])