gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable#115449
gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable#115449erlend-aasland merged 3 commits into
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. |
Sorry, something went wrong.
AlexWaygood
left a comment
There was a problem hiding this comment.
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 :)
Sorry, something went wrong.
You could maybe add a comment noting that the imports need to be in precisely that order |
Sorry, something went wrong.
Yes, that seems fair to the future reader. |
Sorry, something went wrong.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
Thanks for the review(s), Alex! |
Sorry, something went wrong.
|
No worries! |
Sorry, something went wrong.
|
!buildbot AMD64 RHEL7 |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @encukou for commit d9a099c 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Sorry, something went wrong.
…hon#115449) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Alternative to #115448