-
Notifications
You must be signed in to change notification settings - Fork 6.6k
fix airflow 1 tests #9250
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
fix airflow 1 tests #9250
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
afb05c5 to
82836e8
Compare
|
the original CLA failure comment was from a GH alias I use in glinux for a different repo I work with. I amended the commit to be accurate! |
engelke
left a comment
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.
LGTM
|
|
||
| TEST_CONFIG_OVERRIDE = { | ||
| # You can opt out from the test for specific Python versions. | ||
| # Skipping for Python 3.9 due to numpy compilation failure. |
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.
Please update the comment on reasons for skipping 3.10 and 3.11
Description
Removes 3.6 and 3.7 from testing - gets us down to one version so we can use a proper constraints file and not end up in dependency hell related test failures
Fixes #9244
Fixes #9243
Fixes #9242
Fixes #9241
Fixes #9240
Fixes #9239
Fixes #9238
Fixes #9237
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9(see Test Environment Setup)nox -s lint(see Test Environment Setup)