Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier CHÉDRU committed Sep 22, 2023
1 parent 6355a1d commit ded4fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_packages_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_license_strip_with_return_carriage(tmp_path, mocker):
resolve.return_value = [
pkg_resources.Distribution(project_name="pip", metadata=metadata)
]
assert get_packages_info(req_path)[0]["licenses"] == ["MIT"]
assert get_packages_info(str(req_path))[0]["licenses"] == ["MIT"]


def test_requirements_markers(tmpfile):
Expand Down

0 comments on commit ded4fd9

Please sign in to comment.