install pytango for testing

Change-Id: I04e0dbc6d59b388dbcf6657b8815642fcdc25094
This commit is contained in:
Georg Brandl 2024-10-16 15:15:51 +02:00 committed by Markus Zolliker
parent d6b31222b6
commit 19d5756eb0
2 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,9 @@ RUN virtualenv -p /usr/bin/python3 --system-site-packages /home/jenkins/secopven
git clone https://forge.frm2.tum.de/review/secop/frappy /home/jenkins/frappy && \
. /home/jenkins/secopvenv/bin/activate && \
pip install -U pip wheel setuptools importlib_metadata && \
pip install -r /home/jenkins/frappy/requirements-dev.txt -r /home/jenkins/frappy/requirements.txt pylint pytest && \
pip install -r /home/jenkins/frappy/requirements-dev.txt \
-r /home/jenkins/frappy/requirements-gui.txt \
-r /home/jenkins/frappy/requirements.txt pylint pytest && \
rm -rf /home/jenkins/frappy

View File

@ -10,3 +10,4 @@ pytest-randomly>=1.1
pytest-cov
# frappy mlz
zapf >= 0.4.7
pytango >= 10.0.0