summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 21:23:46 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 21:23:46 +0100
commit5477c34707d6d59b4e7fd0a77c87183b59c37e52 (patch)
tree7d02c1c8ddac7d7a90118a6e34d70339d89c4ab4 /tests
parent452451e8f5c0bd40b867088f481c130a21efb0a1 (diff)
python::virtualenv - '--system-site-packages' option
New 'systempkgs' parameter will call virtualenv with the '--system-site-packages' option, which can greatly speed up creation in some cases.
Diffstat (limited to 'tests')
-rw-r--r--tests/virtualenv.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/virtualenv.pp b/tests/virtualenv.pp
index 190492c..da5ab57 100644
--- a/tests/virtualenv.pp
+++ b/tests/virtualenv.pp
@@ -9,4 +9,5 @@ python::virtualenv { '/var/www/project1':
version => 'system',
requirements => '/var/www/project1/requirements.txt',
proxy => 'http://proxy.domain.com:3128',
+ systempkgs => true,
}