osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/42644?usp=email )


Change subject: ansible/simtest: remove pip install logic
......................................................................

ansible/simtest: remove pip install logic

The pip install logic fails with:
  :stderr: error: externally-managed-environment

Remove this. Dependencies are installed venv/virtualenv:
https://gitea.osmocom.org/sim-card/pysim/src/commit/c50f4b4a0222a964710ce3124a66fe13c804be65/contrib/jenkins.sh#L25-L30

Change-Id: I460e22d78966d14e02b639efc4f74d7356e22f28
---
M ansible/setup-simtest.yml
1 file changed, 0 insertions(+), 10 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/44/42644/1

diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml
index 7c95183..aa9abeb 100644
--- a/ansible/setup-simtest.yml
+++ b/ansible/setup-simtest.yml
@@ -21,16 +21,6 @@
         cache_valid_time: 3600
         update_cache: yes

-    - name: "pysim: get requirements.txt"
-      get_url:
-        url: 
https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt
-        dest: /tmp/pysim_requirements.txt
-
-    - name: "pysim: install deps from requirements.txt"
-      pip:
-        executable: pip3
-        requirements: /tmp/pysim_requirements.txt
-
   roles:
     - name: osmocom-jenkins-slave
       generic_slave: false

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42644?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I460e22d78966d14e02b639efc4f74d7356e22f28
Gerrit-Change-Number: 42644
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to