File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
3837Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
3938Warning: 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
4543Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
4644Warning: The "pendulum" dependency specifies the "allows-prereleases" property, which is deprecated. Use "allow-prereleases" instead.
4745"""
You can’t perform that action at this time.
0 commit comments