mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Prefer copies, not symlinks
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
f65b5b7892
commit
ca55c67183
1 changed files with 3 additions and 3 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue