We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef12900 + a84458f commit 44a553aCopy full SHA for 44a553a
1 file changed
Tests/test_pyroma.py
@@ -25,11 +25,5 @@ def test_pyroma() -> None:
25
)
26
27
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
- )
+ # Should have a perfect score
+ assert rating == (10, [])
0 commit comments