I think we should prioritize the issue of installing Python 3 on the workers (https://issues.apache.org/jira/browse/BEAM-3671). I would appreciate if folks pay attention to these 2 steps but I am worried that it will be easily forgotten.
On Thu, Mar 1, 2018 at 6:51 PM, Holden Karau <hol...@pigscanfly.ca> wrote: > I may have watched too many buzzfeed videos this week but the steps are: > 1) git checkout the PR in question > 2) Run tox -e lint_py2,lint_py3 > > This is important since Python 3 isn't installed on the Jenkins workers > just yet and we have some tests to catch basic invalid Python 3 which we > can slowly grow as we fix the issues and you can help us keep moving > forward! > > If step 1 is too much work I like using the hub program I find it helps me > with this part of my workflow in other projects. That being said you don't > have to do this, we'll fix whatever errors come up, so if this is going to > slow your workflow down or you otherwise don't like it feel free to pass > along. > > -- > Twitter: https://twitter.com/holdenkarau >