install pytango for testing
Change-Id: I04e0dbc6d59b388dbcf6657b8815642fcdc25094
This commit is contained in:
parent
d6b31222b6
commit
19d5756eb0
@ -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 && \
|
git clone https://forge.frm2.tum.de/review/secop/frappy /home/jenkins/frappy && \
|
||||||
. /home/jenkins/secopvenv/bin/activate && \
|
. /home/jenkins/secopvenv/bin/activate && \
|
||||||
pip install -U pip wheel setuptools importlib_metadata && \
|
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
|
rm -rf /home/jenkins/frappy
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,3 +10,4 @@ pytest-randomly>=1.1
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
# frappy mlz
|
# frappy mlz
|
||||||
zapf >= 0.4.7
|
zapf >= 0.4.7
|
||||||
|
pytango >= 10.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user