Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict google-cloud-texttospeach to <v2 #9137

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

ashb
Copy link
Member

@ashb ashb commented Jun 4, 2020

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)

This was noticed when I tried to update requirements in #9136 (now rebased to be on top of this PR)


Make sure to mark the boxes below before creating PR: [x]

  • Description above provides context of the change
  • Unit tests coverage for changes (not needed for documentation changes)
  • Target Github ISSUE in description if exists
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions.
  • I will engage committers as explained in Contribution Workflow Example.

In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.
Read the Pull Request Guidelines for more information.

@ashb ashb requested review from potiuk, mik-laj and turbaszek and removed request for potiuk June 4, 2020 11:56
setup.py Outdated Show resolved Hide resolved
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)
@ashb ashb force-pushed the gcp-texttospeach-ver-limit branch from 8e6e4f2 to 3606ba4 Compare June 4, 2020 12:14
@ashb
Copy link
Member Author

ashb commented Jun 4, 2020

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

@ashb
Copy link
Member Author

ashb commented Jun 4, 2020

Though it's passed in #9136 which includes the exact same commit. I'm going to merge anyway

@ashb ashb merged commit aa89900 into apache:master Jun 4, 2020
@ashb ashb deleted the gcp-texttospeach-ver-limit branch June 4, 2020 13:15
@ashb
Copy link
Member Author

ashb commented Jun 4, 2020

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..

@ashb ashb added this to the Airflow 1.10.11 milestone Jun 4, 2020
potiuk pushed a commit that referenced this pull request Jun 9, 2020
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)

(cherry picked from commit aa89900)
potiuk pushed a commit that referenced this pull request Jun 29, 2020
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)

(cherry picked from commit aa89900)
kaxil pushed a commit that referenced this pull request Jul 1, 2020
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)

(cherry picked from commit aa89900)
cfei18 pushed a commit to cfei18/incubator-airflow that referenced this pull request Mar 5, 2021
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)

(cherry picked from commit aa89900)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants