Skip to content

Commit

Permalink
fix tests to handle new !r formatting in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Nov 8, 2024
1 parent 161c076 commit 1648690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/forklift/test_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3043,7 +3043,7 @@ def storage_service_store(path, file_path, *, meta):
[
(
"foo-1.0.whl",
"400 Invalid wheel filename (wrong number of parts): foo-1.0",
"400 Invalid wheel filename (wrong number of parts): 'foo-1.0'",
),
(
"foo-1.0-q-py3-none-any.whl",
Expand All @@ -3052,7 +3052,7 @@ def storage_service_store(path, file_path, *, meta):
(
"foo-0.0.4test1-py3-none-any.whl",
"400 Invalid wheel filename (invalid version): "
"foo-0.0.4test1-py3-none-any",
"'foo-0.0.4test1-py3-none-any'",
),
(
"something.tar.gz",
Expand Down

0 comments on commit 1648690

Please sign in to comment.