From b886df11c51ff9884975387436383b60101cf178 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 07:19:51 +0300 Subject: buildbot: Keep virtualenv isolated from system packages --- testing/buildbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/buildbot.yml b/testing/buildbot.yml index 9c85e716..c5bc3daf 100644 --- a/testing/buildbot.yml +++ b/testing/buildbot.yml @@ -37,5 +37,5 @@ # --- setup virtualenv for buildbot --- - name: setup buildbot-virtualenv - command: /usr/bin/virtualenv {{ venv }} + command: /usr/bin/virtualenv --no-site-packages {{ venv }} creates={{ venv }}/bin -- cgit v1.2.1