Skip to content

Commit 9436321

Browse files
committed
Check the lowercase wheel name
1 parent 9d1709d commit 9436321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_fast_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_download_from_pypi(
6262
def test_build_wheel_with_deps(data: TestData, script: PipTestEnvironment) -> None:
6363
result = pip(script, "wheel", data.packages / "requiresPaste")
6464
created = [basename(f) for f in result.files_created]
65-
assert fnmatch.filter(created, "requiresPaste-3.1.4-*.whl")
65+
assert fnmatch.filter(created, "requirespaste-3.1.4-*.whl")
6666
assert fnmatch.filter(created, "Paste-3.4.2-*.whl")
6767
assert fnmatch.filter(created, "six-*.whl")
6868

0 commit comments

Comments
 (0)