Skip to content

Commit 08d3297

Browse files
authored
Merge pull request #3754 from abravalheri/fix-tests-pip-run
Update failing test due to latest versions of `pip_run`
2 parents ff7ab94 + 222517c commit 08d3297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_editable_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_editable_with_prefix(tmp_path, sample_project, editable_opts):
341341
site_packages.mkdir(parents=True)
342342

343343
# install workaround
344-
pip_run.launch.inject_sitecustomize(str(site_packages))
344+
pip_run.launch.inject_sitecustomize(site_packages)
345345

346346
env = dict(os.environ, PYTHONPATH=str(site_packages))
347347
cmd = [

0 commit comments

Comments
 (0)