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

[DO NOT MERGE] Test RC provider packages for https://github.com/apache/airflow/issues/36948 #2112

Closed
wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

No description provided.

@pankajastro pankajastro added the safe to test Adding this label to a PR, will allow running all the tests in CI. (use it with caution) label Jan 25, 2024
@pankajastro
Copy link
Contributor

pankajastro commented Jan 25, 2024

pankajastro added a commit that referenced this pull request Jan 30, 2024
RC job does not replace the square bracket correctly if we have a
dependency and square bracket in the same line for example
`openlineage = ["apache-airflow-providers-openlineage==1.5.0rc1"]`
The workaround is to keep the square bracket and dependency in newline
```
openlineage = [
    "apache-airflow-providers-openlineage==1.5.0rc1",
]
```

This PR, format the pyproject.py to make the Test job green. I faced an
issue while testing #2112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Adding this label to a PR, will allow running all the tests in CI. (use it with caution)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants