[pypy-commit] buildbot default: install virtualenv HEAD to get win32 fix from pypa/virtualenv pr 1103

mattip pypy.commits at gmail.com
Thu Dec 14 13:00:17 EST 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1051:46954035f3c6
Date: 2017-12-14 19:59 +0200
http://bitbucket.org/pypy/buildbot/changeset/46954035f3c6/

Log:	install virtualenv HEAD to get win32 fix from pypa/virtualenv pr
	1103

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -486,7 +486,7 @@
         factory.addStep(ShellCmd(
             description="Install recent virtualenv",
             command=prefix + [target, '-mpip', 'install', '--upgrade',
-                              'virtualenv'],
+                              'git+git://github.com/pypa/virtualenv@master'],
             workdir='venv',
             flunkOnFailure=True))
         factory.addStep(ShellCmd(


More information about the pypy-commit mailing list