contrib/jenkins.sh: install dependencies from requirements.txt

Change-Id: I99af496e9a3758ea624ca484f4fbc51b262ffaf4
This commit is contained in:
Vadim Yanitskiy 2022-08-30 01:32:57 +07:00
parent 7ce04a5a29
commit 7800f9d356
1 changed files with 1 additions and 9 deletions

View File

@ -15,15 +15,7 @@ fi
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/