OK, 79 characters

This commit is contained in:
Thomas Kluyver 2018-10-11 17:18:13 +01:00
parent 2480bc31f1
commit b61e83b0a3
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ def test_basic_check_broken_metadata(script):
f.write('Metadata-Version: 2.1\n'
'Name: pkga\n'
'Version: 1.0\n'
'Requires-Dist: pip; python_version == "3.4"; extra == "test"\n'
'Requires-Dist: pip; python_version == "3.4";extra == "test"\n'
)
result = script.pip('check', expect_error=True)