GitHub user pabloem opened a pull request: https://github.com/apache/incubator-beam/pull/1455
Exploring travis issue in Python SDK's linux runs Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `[BEAM-<Jira issue #>] Description of pull request` - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes). - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/pabloem/incubator-beam test-tox-python Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/1455.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1455 ---- commit 009230e8b6e58f2e79d5c6d9a24cb00531d87735 Author: Dan Halperin <dhalp...@google.com> Date: 2016-09-09T20:12:27Z Closes #933 commit acf530e11d90dc586b5b5f822746ef1bca0ac77c Author: Charles Chen <c...@google.com> Date: 2016-09-09T21:07:00Z Use cStringIO instead of StringIO commit 2649372d6ef10255366e34ee1fcf2f64766b4fd0 Author: Dan Halperin <dhalp...@google.com> Date: 2016-09-10T19:39:13Z Closes #939 commit 6a483c187dff5d436736f1ff505187c727a95b38 Author: Gus Katsiapis <katsia...@katsiapis-linux.mtv.corp.google.com> Date: 2016-09-09T22:34:39Z Making Dataflow Python Materialized PCollection representation more efficient (3 of several). commit bc32bc8661b31036a879cb2b569b1fe976e2ac4b Author: Dan Halperin <dhalp...@google.com> Date: 2016-09-13T00:07:22Z Closes #940 commit f5557c00cd46c8560cad5027678603056a6235ff Author: Gus Katsiapis <katsia...@katsiapis-linux.mtv.corp.google.com> Date: 2016-09-12T17:11:44Z Refactoring code in avroio.py to allow for re-use. * Making sure that _AvroUtils validates the sync_marker. * This should detect corrupted or not-properly formatted AVRO files. * Simplifying block reading. * Running snappy tests only when snappy is installed in the system. commit 4b584ca26b12f42a21b25b7d72c2e57b20a1e7ad Author: Dan Halperin <dhalp...@google.com> Date: 2016-09-13T16:59:56Z Closes #946 commit 4602c954caeda24cc7ce762c2fd9995aa4c04c1a Author: Charles Chen <c...@google.com> Date: 2016-09-14T19:14:34Z Insert a shuffle before write finalization commit a60b58a947fda65cb2f6d8c0bcbbf0756c8407bf Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-14T23:41:14Z Closes #958 commit 63904e01f52be498ba3c8c9e1989bcffb02dfcd6 Author: Robert Bradshaw <rober...@gmail.com> Date: 2016-09-16T00:00:42Z Allow pickling of UnwindowedValues instances These are trivial wrappers produced when "windowing" by the global window, but may need to be materialized in some cases. commit e9b1e41240d5032cdaa2b745c95f94da45475f34 Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-16T22:41:22Z Add unit test for unwindowed iterator picking. Also lifted this out to a top-level class rather than defining it on every element now that it's not longer a simple generator statement. commit ebae225ed30854296862c46c497d4b3e6e7de9f6 Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-16T22:50:09Z Closes #964 commit 2d1e7ff6d342442f83b97c382f08a03e2bac6572 Author: Chamikara Jayalath <chamik...@google.com> Date: 2016-08-30T01:08:46Z Adds a text source to Python SDK. commit 4b7fe2dc552c838c00e062a644d7d4bc507cf075 Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-17T01:01:47Z Closes #920 commit 24bb8f19329b3d0c1d0330e0c16c41ab1554684d Author: Marian Dvorsky <mari...@google.com> Date: 2016-09-16T17:46:32Z Removed unnecessary throttling of rename parallelism. commit 29b55e95600fbf299ac7eb9527ff33bd8030275e Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T00:39:47Z Closes #965 commit 7de9830d96c7928444a5a4849698e70ec423ef62 Author: Christian Hudon <chr...@pianocktail.org> Date: 2016-09-15T19:10:57Z Use sys.executable and "-m pip" to ensure we use the same Python and pip as the currently running one. commit 2f09003e33b63594fd87a6cd8bf2803005174fd1 Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T00:50:58Z Closes #962 commit 19a8407f741848db0dc86e587ea9739b17888768 Author: Gus Katsiapis <katsia...@katsiapis-linux.mtv.corp.google.com> Date: 2016-09-20T00:21:45Z Changed ToStringCoder to BytesCoder in test The former can't be used with sources, as it can only encode. commit adda1632015043e352c75e2f9966cc04a458b30c Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T00:54:27Z Closes #976 commit 49c0359327ba418cfe62ef2291560d1b1867f4e5 Author: Chamikara Jayalath <chamik...@google.com> Date: 2016-09-20T05:27:47Z Updates lint configurations to ignore generated files. commit b6c7478ff0a17b23b3aa603310b2f5254f350392 Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T16:10:01Z Closes #979 commit 2e3384e62ec14f41469c45c3701c1236242dc74c Author: Chamikara Jayalath <chamik...@google.com> Date: 2016-09-20T05:16:04Z Updates Dataflow API client. These files were generated using following command but I updated the licence and package name manually to match the current version. gen_client --discovery_url=dataflow.v1b3 --overwrite --outdir=out pip_package commit c1964bdd6f96d9e488366350df0cee79278106aa Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T21:32:14Z Closes #978 commit 6df99b2dcfde47885db0116f02a0c7211f2dc4bd Author: Chamikara Jayalath <chamik...@google.com> Date: 2016-09-19T22:52:53Z Adds support for specifying a custom service account. Updates Dataflow API client to latest version. Adds ability to skip generated files during lint checks. commit acd8d795257a809528baed680fb71ba0aa272ee5 Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T21:37:39Z Closes #975 commit 57a0b6af5ef6bde2ba4bb88fe47997f86c5d5e25 Author: Robert Bradshaw <rober...@gmail.com> Date: 2016-09-20T22:24:31Z Insert global windowing before write results GBK commit 701aff07430eb5c9b2395afe2c05f75473c0ceda Author: Robert Bradshaw <rober...@google.com> Date: 2016-09-20T23:15:32Z Closes #981 commit e173765adffa4ca13f495a3f7e9fbfc2127cdc1e Author: Alex Amato <ajam...@ajamato2016.sea.corp.google.com> Date: 2016-09-09T00:57:28Z Set allow_nan=False on bigquery JSON encoding commit 345fc698588631cfe056fa814a056d2bedc3054d Author: Dan Halperin <dhalp...@google.com> Date: 2016-09-21T22:43:06Z Closes #947 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---