Commit 8fd63110 by Sébastien Eustace

Fix tests for Python 2.7

parent 380ac4c2
...@@ -36,6 +36,7 @@ def test_check_invalid(app, mocker): ...@@ -36,6 +36,7 @@ def test_check_invalid(app, mocker):
Error: u'description' is a required property Error: u'description' is a required property
Error: INVALID is not a valid license Error: INVALID is not a valid license
Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one. Warning: A wildcard Python dependency is ambiguous. Consider specifying a more explicit one.
Warning: The "pendulum" dependency specifies the "allows-prereleases" property, which is deprecated. Use "allow-preleases" instead.
""" """
else: else:
expected = """\ expected = """\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment