Repository: incubator-beam Updated Branches: refs/heads/python-sdk 5ab5567ea -> 253497655
Use the beamhead label for containers Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/05f45c8b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/05f45c8b Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/05f45c8b Branch: refs/heads/python-sdk Commit: 05f45c8b268f90e74401cabe135d6a6e7b353102 Parents: 5ab5567 Author: Silviu Calinoiu <[email protected]> Authored: Fri Jul 1 12:59:35 2016 -0700 Committer: Silviu Calinoiu <[email protected]> Committed: Fri Jul 1 12:59:35 2016 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/utils/dependency.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/05f45c8b/sdks/python/apache_beam/utils/dependency.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/utils/dependency.py b/sdks/python/apache_beam/utils/dependency.py index 7d9bd10..ddb640a 100644 --- a/sdks/python/apache_beam/utils/dependency.py +++ b/sdks/python/apache_beam/utils/dependency.py @@ -432,8 +432,8 @@ def get_required_container_version(): return '%s.%s.%s' % pkg.parse_version(version)._version.release except pkg.DistributionNotFound: # This case covers Apache Beam end-to-end testing scenarios. All these tests - # will run with the latest container version. - return 'latest' + # will run with a special container version. + return 'beamhead' def _download_pypi_sdk_package(temp_dir):
