Skip to content

Commit

Permalink
Add missing with_wheel fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 1, 2022
1 parent c12d871 commit e7cb999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_install_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_find_links_relative_path(script: PipTestEnvironment, data: TestData) ->
result.did_create(initools_folder)


@pytest.mark.usefixtures("with_wheel")
def test_find_links_no_doctype(script: PipTestEnvironment, data: TestData) -> None:
shutil.copy(data.packages / "simple-1.0.tar.gz", script.scratch_path)
html = script.scratch_path.joinpath("index.html")
Expand Down

0 comments on commit e7cb999

Please sign in to comment.