Merge lp:~quantifics/canonical-identity-provider/charm into lp:~ubuntuone-pqm-team/canonical-identity-provider/charm

Proposed by John Paraskevopoulos
Status: Merged
Approved by: John Paraskevopoulos
Approved revision: 108
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~quantifics/canonical-identity-provider/charm
Merge into: lp:~ubuntuone-pqm-team/canonical-identity-provider/charm
Diff against target: 12 lines (+1/-1)
1 file modified
playbook.yaml (+1/-1)
To merge this branch: bzr merge lp:~quantifics/canonical-identity-provider/charm
Reviewer Review Type Date Requested Status
Odysseus Kaziolas Approve
Review via email: mp+431251@code.launchpad.net

Commit message

Use python 3.5 as default for virtualenv

To post a comment you must log in.
Revision history for this message
Odysseus Kaziolas (odysseus-k) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'playbook.yaml'
2--- playbook.yaml 2022-08-31 13:33:18 +0000
3+++ playbook.yaml 2022-10-10 04:19:21 +0000
4@@ -151,7 +151,7 @@
5 requirements: "{{ current_dir }}/requirements.txt"
6 virtualenv: "{{ venv }}"
7 virtualenv_command: "/usr/bin/virtualenv --never-download"
8- virtualenv_python: "{{ python_version | default('python2.7') }}"
9+ virtualenv_python: "{{ python_version | default('python3.5') }}"
10 extra_args: "--no-index --find-links={{ wheel_dir }}"
11 virtualenv_site_packages: yes
12 when: build_label != "" and payload.stat.exists

Subscribers

People subscribed via source and target branches