-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
compat: sqlalchemy deprecations #40471
Conversation
jbrockmendel
commented
Mar 16, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
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.
looks fine but comment on the way u r getting the version
@@ -77,6 +78,16 @@ def _is_sqlalchemy_connectable(con): | |||
return False | |||
|
|||
|
|||
def _gt14() -> bool: |
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.
i think we have a test decorator for this type of thing right?
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.
we have a decorator to skip a test depending on the version, not to re-write the test
ok i think we should prob backport this any objections? |
cc @simonjayhawkins its possible may need to backport things like this for 1.2.4 |
Yeah, I think this might be useful to backport |
@meeseeksdev backport 1.2.x |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>