]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Jul 2022 19:40:59 +0000 (12:40 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 19:40:59 +0000 (12:40 -0700)
commitf118661a18f9e0cc692bfec226f38c26f5fe0558
tree8a5155e670c60e40b8ffe61288cc721c064b2482
parent2f9e47c026795bb58401dfe28d66e83793592e57
gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292)

Now the tests are correctly reported as skipped if sqlite3 is not available.
(cherry picked from commit 152eb90311fdf294510b5d077332580ba18c0ee4)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Lib/test/test_audit.py