Commit Graph

4 Commits

Author SHA1 Message Date
siddharthshukla 0589e533cd Make testing toolchain python 3.x compliant
six is necessary for making these scripts cross compatible
between python 2.x and 3.x

Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
2016-07-12 01:35:53 +02:00
Nathaniel Manista cbf21da6e4 /usr/bin/env python -> /usr/bin/env python2.7 2016-02-02 22:17:44 +00:00
Jan Tattermusch 38b519a48d replace nuget version by placeholder 2016-02-01 14:06:50 -08:00
Jan Tattermusch be538a1a79 generalize build_artifacts.py 2016-01-28 15:50:57 -08:00