Merge "Fix missing virtualenv package" into stable/queens

This commit is contained in:
Zuul 2018-10-24 13:12:19 +00:00 committed by Gerrit Code Review
commit 170765999d
1 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,12 @@
tags:
- rabbitmq
post_tasks:
- package:
name: python-virtualenv
state: present
when: run_rabbit_tests | default(false)
tags:
- rabbitmq
- name: Generate venv for rabbitmq testing
pip:
name: pika