Skip to content

Commit

Permalink
Update metadata versions in failing test (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Nov 23, 2021
1 parent c9c21a7 commit ad18751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def EmptyDist(filename):
package_file.PackageFile.from_filename(filename, comment=None)

assert "Invalid distribution metadata" in err.value.args[0]
assert "1.0, 1.1, 1.2, 2.0, and 2.1" in err.value.args[0]
assert "1.0, 1.1, 1.2, 2.0, 2.1, and 2.2" in err.value.args[0]


def test_malformed_from_file(monkeypatch):
Expand Down

0 comments on commit ad18751

Please sign in to comment.