Merge pull request #3882 from hugovk/revert-pyroma-workaround

Tighten fixed pyroma test
This commit is contained in:
Hugo 2019-06-04 14:51:18 +03:00 committed by GitHub
commit 14766f50c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,5 @@ class TestPyroma(PillowTestCase):
)
else:
# Should have a near-perfect score
self.assertEqual(rating, (9, ["Your package does not have license data."]))
# Should have a perfect score
self.assertEqual(rating, (10, []))