fixeria has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/29237 )
Change subject: contrib/jenkins.sh: install dependencies from requirements.txt ...................................................................... contrib/jenkins.sh: install dependencies from requirements.txt Change-Id: I99af496e9a3758ea624ca484f4fbc51b262ffaf4 --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 9 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve osmith: Looks good to me, but someone else must approve laforge: Looks good to me, approved diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 1100acf..a061c7e 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -15,15 +15,7 @@ virtualenv -p python3 venv --system-site-packages . venv/bin/activate -pip install pytlv -pip install 'pyyaml>=5.1' -pip install cmd2==1.5 -pip install jsonpath-ng -pip install construct -pip install bidict -pip install gsm0338 -pip install termcolor -pip install colorlog +pip install -r requirements.txt # Execute automatically discovered unit tests first python -m unittest discover -v -s tests/ 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. -- To view, visit https://gerrit.osmocom.org/c/pysim/+/29237 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: I99af496e9a3758ea624ca484f4fbc51b262ffaf4 Gerrit-Change-Number: 29237 Gerrit-PatchSet: 3 Gerrit-Owner: fixeria <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
