mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 06:00:58 +03:00
Merge pull request #3882 from hugovk/revert-pyroma-workaround
Tighten fixed pyroma test
This commit is contained in:
commit
14766f50c3
|
@ -26,5 +26,5 @@ class TestPyroma(PillowTestCase):
|
||||||
)
|
)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Should have a near-perfect score
|
# Should have a perfect score
|
||||||
self.assertEqual(rating, (9, ["Your package does not have license data."]))
|
self.assertEqual(rating, (10, []))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user