-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Update dag test utils for Airflow 2.0 #5865
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
Conversation
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrade and explainer files look great - one minor comment from my side!
Thank you all!!! |
Description
To test this locally, follow the instructions in the maintenance guide (MAINTAINING.md introduced in this PR) for "how to test the distribution locally", but you'll also have to...
workflows/requirements.txt
rbac=None
from theresetdb
command incomposer/conftest.py
The tests in
workflows
will actually NOT all pass, but this is expected! Those test failures are fixed in #5782I have pushed this (under a different version number) to TestPyPI so you can see that the README logic to the
setup.py
worksBlocked by #5860
Note: It's a good idea to open an issue first for discussion.
Checklist
nox -s py-3.6
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)