You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/04 11:56:40 UTC

[GitHub] [airflow] ashb opened a new pull request #9137: Restrict google-cloud-texttospeach to
ashb opened a new pull request #9137:
URL: https://github.com/apache/airflow/pull/9137


   Version 2 of this library causes the following pylint errors:
   
   > airflow/providers/google/cloud/hooks/text_to_speech.py:59:27: E1123: Unexpected keyword argument 'client_info' in constructor call (unexpected-keyword-arg)
   > airflow/providers/google/cloud/hooks/text_to_speech.py:99:15: E1123: Unexpected keyword argument 'input_' in method call (unexpected-keyword-arg)
   
   
   ---
   Make sure to mark the boxes below before creating PR: [x]
   
   - [x] Description above provides context of the change
   - [x] Unit tests coverage for changes (not needed for documentation changes)
   - [x] Target Github ISSUE in description if exists
   - [x] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   - [x] Relevant documentation is updated including usage instructions.
   - [x] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   ---
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   Read the [Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines) for more information.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #9137: Restrict google-cloud-texttospeach to Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #9137:
URL: https://github.com/apache/airflow/pull/9137#issuecomment-638839721


   Though it's passed in https://github.com/apache/airflow/pull/9136 which includes the exact same commit. I'm going to merge anyway


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb merged pull request #9137: Restrict google-cloud-texttospeach to Posted by GitBox <gi...@apache.org>.
ashb merged pull request #9137:
URL: https://github.com/apache/airflow/pull/9137


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on a change in pull request #9137: Restrict google-cloud-texttospeach to Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #9137:
URL: https://github.com/apache/airflow/pull/9137#discussion_r435202829



##########
File path: setup.py
##########
@@ -276,7 +276,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
     'google-cloud-speech>=0.36.3',
     'google-cloud-storage>=1.16',
     'google-cloud-tasks>=1.2.1',
-    'google-cloud-texttospeech>=0.4.0',
+    'google-cloud-texttospeech>=0.4.0<2',

Review comment:
       Bah, typo, missing a comma here




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #9137: Restrict google-cloud-texttospeach to Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #9137:
URL: https://github.com/apache/airflow/pull/9137#issuecomment-638839120


   Looks like there might be a single slow/wedged test. 38m and counting :(


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #9137: Restrict google-cloud-texttospeach to Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #9137:
URL: https://github.com/apache/airflow/pull/9137#issuecomment-638840120


   I've set this for 1.10.11 -- I'm not sure if we have this dep in 1.10.x or not, but we need to update that version even with backporting providers..


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org