Skip to content

Commit 920c4fc

Browse files
committed
Rename invalid sdists in our tets data
1 parent 2d3ee66 commit 920c4fc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/functional/test_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def test_install_editable_uninstalls_existing(
391391
https://github.com/pypa/pip/issues/1548
392392
https://github.com/pypa/pip/pull/1552
393393
"""
394-
to_install = data.packages.joinpath("pip-test-package-0.1.tar.gz")
394+
to_install = data.packages.joinpath("pip_test_package-0.1.tar.gz")
395395
result = script.pip_install_local(to_install)
396396
assert "Successfully installed pip-test-package" in result.stdout
397397
result.assert_installed("piptestpackage", editable=False)

0 commit comments

Comments
 (0)