Skip to content

Commit f8bde0e

Browse files
sdispaterabn
authored andcommitted
Update tests for the check command
1 parent 7601961 commit f8bde0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/console/commands/test_check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ def test_check_invalid(app, mocker):
3434
if PY2:
3535
expected = """\
3636
Error: u'description' is a required property
37-
Error: INVALID is not a valid license
3837
Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
3938
Warning: The "pendulum" dependency specifies the "allows-prereleases" property, which is deprecated. Use "allow-prereleases" instead.
4039
"""
4140
else:
4241
expected = """\
4342
Error: 'description' is a required property
44-
Error: INVALID is not a valid license
4543
Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
4644
Warning: The "pendulum" dependency specifies the "allows-prereleases" property, which is deprecated. Use "allow-prereleases" instead.
4745
"""

0 commit comments

Comments
 (0)