Skip to content

Commit

Permalink
Rename invalid sdists in our tets data
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 29, 2023
1 parent 2d3ee66 commit 920c4fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def test_install_editable_uninstalls_existing(
https://github.com/pypa/pip/issues/1548
https://github.com/pypa/pip/pull/1552
"""
to_install = data.packages.joinpath("pip-test-package-0.1.tar.gz")
to_install = data.packages.joinpath("pip_test_package-0.1.tar.gz")
result = script.pip_install_local(to_install)
assert "Successfully installed pip-test-package" in result.stdout
result.assert_installed("piptestpackage", editable=False)
Expand Down

0 comments on commit 920c4fc

Please sign in to comment.