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

Loosen tenacity dependency #158

Merged
merged 2 commits into from
Jan 22, 2021
Merged

Loosen tenacity dependency #158

merged 2 commits into from
Jan 22, 2021

Conversation

cwegrzyn
Copy link
Contributor

Loosen the version of tenacity required to improve compatibility with other deps (such as airflow) especially under new pip resolver. I did a comparison of the tenacity code between 4.12 and 6.0, and didn't see anything that we relied on.

@cwegrzyn cwegrzyn self-assigned this Jan 20, 2021
@@ -134,7 +134,9 @@ def initialize_options(self) -> None:
)

airflow_dependencies = [
'apache-airflow>=1.10,<2'
# Minimum version here is needed to avoid syntax error in setup.py

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file, one of the 3 largest in the project, increased in size to 379 lines. The total size of those files is now 3421 lines (target: 1147). Is this file complex enough to refactor?

@@ -134,7 +134,9 @@ def initialize_options(self) -> None:
)

airflow_dependencies = [
'apache-airflow>=1.10,<2'
# Minimum version here is needed to avoid syntax error in setup.py

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file, one of the 3 largest in the project, increased in size to 379 lines. The total size of those files is now 3421 lines (target: 1149). Is this file complex enough to refactor?

@cwegrzyn cwegrzyn merged commit 4757c2d into master Jan 22, 2021
@cwegrzyn cwegrzyn deleted the loosen-tenacity-dep branch January 22, 2021 20:25
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.

2 participants