Skip to content

Commit 44a553a

Browse files
authored
Pyroma now supports PEP 639 (#9064)
2 parents ef12900 + a84458f commit 44a553a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Tests/test_pyroma.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@ def test_pyroma() -> None:
2525
)
2626

2727
else:
28-
# Should have a perfect score, but pyroma does not support PEP 639 yet.
29-
assert rating == (
30-
9,
31-
[
32-
"Your package does neither have a license field "
33-
"nor any license classifiers."
34-
],
35-
)
28+
# Should have a perfect score
29+
assert rating == (10, [])

0 commit comments

Comments
 (0)