<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/19427">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">setupVenv: Use python3 instead of python.<br><br>Explicitly use python3 since it is required,<br>and to avoid Python 2 deprecation warnings.<br><br>ASTERISK-30255 #close<br><br>Change-Id: I29dcdb2e37a8084e8ccd5aa9749ea66c716e8a91<br>---<br>M setupVenv.sh<br>1 file changed, 18 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/27/19427/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/setupVenv.sh b/setupVenv.sh</span><br><span>index 75a72a3..dbc192d 100755</span><br><span>--- a/setupVenv.sh</span><br><span>+++ b/setupVenv.sh</span><br><span>@@ -2,10 +2,10 @@</span><br><span> set -e</span><br><span> </span><br><span> function do_pip_setup {</span><br><span style="color: hsl(0, 100%, 40%);">-     python -m pip install --upgrade pip</span><br><span style="color: hsl(0, 100%, 40%);">-     python -m pip install wheel setuptools build</span><br><span style="color: hsl(0, 100%, 40%);">-    python -m pip install -r ./requirements.txt</span><br><span style="color: hsl(0, 100%, 40%);">-     python -m pip install -r ./extras.txt</span><br><span style="color: hsl(120, 100%, 40%);">+ python3 -m pip install --upgrade pip</span><br><span style="color: hsl(120, 100%, 40%);">+  python3 -m pip install wheel setuptools build</span><br><span style="color: hsl(120, 100%, 40%);">+ python3 -m pip install -r ./requirements.txt</span><br><span style="color: hsl(120, 100%, 40%);">+  python3 -m pip install -r ./extras.txt</span><br><span>       md5sum requirements.txt extras.txt > $1/checksums</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/testsuite/+/19427">change 19427</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/testsuite/+/19427"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: I29dcdb2e37a8084e8ccd5aa9749ea66c716e8a91 </div>
<div style="display:none"> Gerrit-Change-Number: 19427 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>