-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable #115449
gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable #115449
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
I think I prefer this fix. |
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.
See my comments in #115448 (comment). This feels slightly more fragile to me, in that whether or not the test passes depends on the order the imports are in, which isn't necessarily obvious to the reader of the test. But either is probably fine; no strong preference :)
You could maybe add a comment noting that the imports need to be in precisely that order |
Yes, that seems fair to the future reader. |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Thanks for the review(s), Alex! |
No worries! |
!buildbot AMD64 RHEL7 |
…hon#115449) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Alternative to #115448