Skip to content

Commit

Permalink
TST: fix test_contents_license_file on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jul 7, 2022
1 parent ed24a25 commit 7dbcf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ def test_local_lib(virtual_env, wheel_link_against_local_lib):

def test_contents_license_file(wheel_license_file):
artifact = wheel.wheelfile.WheelFile(wheel_license_file)
assert artifact.read('license_file-1.0.0.dist-info/LICENSE.custom') == b'Hello!\n'
assert artifact.read('license_file-1.0.0.dist-info/LICENSE.custom').rstrip() == b'Hello!'

0 comments on commit 7dbcf4b

Please sign in to comment.