<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/testsuite/+/19400">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">setupVenv: Add missing pip prereqs.<br><br>Install pyyaml and twisted in setupVenv.sh,<br>since they are required to run the test suite.<br><br>Also, 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, 22 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/00/19400/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..6574249 100755</span><br><span>--- a/setupVenv.sh</span><br><span>+++ b/setupVenv.sh</span><br><span>@@ -2,10 +2,11 @@</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 pyyaml twisted</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/+/19400">change 19400</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/+/19400"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I29dcdb2e37a8084e8ccd5aa9749ea66c716e8a91 </div>
<div style="display:none"> Gerrit-Change-Number: 19400 </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>