fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/37/29237/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 36bc4ae..7e29d1d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -17,15 +17,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/

--
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: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to