Skip to content

Commit d3388aa

Browse files
committed
Sigh. Python 2 and Unicode
1 parent 56b1dfd commit d3388aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_utils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ def test_canonicalize_version(version, expected):
7474
"1000",
7575
{Tag("py3", "none", "any")},
7676
),
77-
(
78-
"foo_bár-1.0-py3-none-any.whl",
79-
"foo-bár",
80-
Version("1.0"),
81-
None,
82-
{Tag("py3", "none", "any")},
83-
),
8477
],
8578
)
8679
def test_parse_wheel_filename(filename, name, version, build, tags):

0 commit comments

Comments
 (0)