Skip to content

Commit

Permalink
Merge pull request #10922 from pradyunsg/fix-tests-for-flit-behaviour…
Browse files Browse the repository at this point in the history
…-change
  • Loading branch information
pradyunsg authored Feb 25, 2022
2 parents d35bedc + 201135f commit 6d1c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_fast_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_download_from_pypi(
def test_build_wheel_with_deps(data: TestData, script: PipTestEnvironment) -> None:
result = pip(script, "wheel", data.packages / "requiresPaste")
created = [basename(f) for f in result.files_created]
assert fnmatch.filter(created, "requiresPaste-3.1.4-*.whl")
assert fnmatch.filter(created, "requirespaste-3.1.4-*.whl")
assert fnmatch.filter(created, "Paste-3.4.2-*.whl")
assert fnmatch.filter(created, "six-*.whl")

Expand Down

0 comments on commit 6d1c027

Please sign in to comment.