Prefer copies, not symlinks

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-03-21 11:12:18 +00:00 committed by Thomas Phipps
parent f65b5b7892
commit ca55c67183

View file

@ -1151,7 +1151,7 @@ def ci_test_tcp(session):
@nox.session(
python=str(ONEDIR_PYTHON_PATH),
name="ci-test-onedir",
venv_params=["--system-site-packages"],
venv_params=["--system-site-packages", "--copies"],
)
def ci_test_onedir(session):
if not ONEDIR_ARTIFACT_PATH.exists():
@ -1167,7 +1167,7 @@ def ci_test_onedir(session):
@nox.session(
python=str(ONEDIR_PYTHON_PATH),
name="ci-test-onedir-tcp",
venv_params=["--system-site-packages"],
venv_params=["--system-site-packages", "--copies"],
)
def ci_test_onedir_tcp(session):
if not ONEDIR_ARTIFACT_PATH.exists():
@ -1695,7 +1695,7 @@ def build(session):
@nox.session(
python=str(ONEDIR_PYTHON_PATH),
name="test-pkgs-onedir",
venv_params=["--system-site-packages"],
venv_params=["--system-site-packages", "--copies"],
)
def test_pkgs_onedir(session):
if not ONEDIR_ARTIFACT_PATH.exists():