| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Change-Id: I6bf9a8acb9ba7d067b3095b5857094cbc322ff58
Change-Id: Ie0df6747050035b2ef5f937951d5ff955073e6d4
Change-Id: I0d3bdf3d6842339d04abc4ee6ddb26b8f44be3e5
| row.set_cell( | ||
| column_family_id, | ||
| column_id.encode('utf-8'), | ||
| column_id, |
There was a problem hiding this comment.
Should this have some six magic for python2 compatibility?
Sorry, something went wrong.
There was a problem hiding this comment.
I think Jon is just fixing a double encode? I think in general if you want Python strings as bytes, do the encode, no six necessary.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah cool. I totally didn't look at the context ^_^;
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah fixing a double encode. No idea how this worked on py2.7 other than luck.
Sorry, something went wrong.
|
hooray. code lgtm. running it locally if you want to wait for that but I'm guessing any problems there will be doc issues anyway. |
Sorry, something went wrong.
|
|
||
|
|
||
| def pytest_ignore_collect(path, config): | ||
| """Skip App Engine tests in python 3 and if no SDK is available.""" |
There was a problem hiding this comment.
"and" -> "or"
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
|
LGTM if LGTTravis |
Sorry, something went wrong.
Change-Id: I02a53961b6411247ef06d84dad7b533cb97d89f7
|
@dpebot merge when travis passes |
Sorry, something went wrong.
|
Okay! I'll merge when all statuses are green. |
Sorry, something went wrong.
Co-authored-by: AJ Morozoff <amorozoff@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Source-Link: googleapis/synthtool@4760d8d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@4760d8d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: AJ Morozoff <amorozoff@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Source-Link: googleapis/synthtool@4760d8d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: AJ Morozoff <amorozoff@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
| Back | FazBrowse Home | New Git URL |
This enables grpc tests on python 3 and unifies the app engine and python 2.7 test suite (woohoo).