[
https://issues.apache.org/jira/browse/BEAM-6596?focusedWorklogId=205555&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-205555
]
ASF GitHub Bot logged work on BEAM-6596:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Feb/19 01:26
Start Date: 28/Feb/19 01:26
Worklog Time Spent: 10m
Work Description: tvalentyn commented on pull request #7914: [BEAM-6596]
Use multiple interpreter versions for SDK release validation.
URL: https://github.com/apache/beam/pull/7914#discussion_r261015477
##########
File path: release/src/main/python-release/python_release_automation_utils.sh
##########
@@ -132,6 +153,31 @@ function get_asc_name() {
}
+#######################################
+# Create a new virtualenv and install the SDK
+# Globals:
+# BEAM_PYTHON_SDK
+# Arguments:
+# $1 - SDK type: tar, wheel
+# $2 - python interpreter version: [python2.7, python3.5, ...]
+#######################################
+function install_sdk() {
+ sdk_file=$(get_sdk_name $1)
+ print_separator "Creating new virtualenv with $1 interpreter and installing
the SDK from $sdk_file."
Review comment:
Good catch!
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 205555)
Time Spent: 3h 20m (was: 3h 10m)
> Beam Python SDK release qualification should verify supported Python 3
> versions.
> --------------------------------------------------------------------------------
>
> Key: BEAM-6596
> URL: https://issues.apache.org/jira/browse/BEAM-6596
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Valentyn Tymofieiev
> Priority: Major
> Fix For: 2.11.0
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> We likely won't get to this for 2.11, but I can't assign a 2.12 as a fix
> version, setting 2.11 for now, and we can move this to 2.12 once this tag is
> available.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)