Skip to content

Commit

Permalink
pythongh-93370: Don't print deprecated pysqlite version in test_sqlit…
Browse files Browse the repository at this point in the history
…e3 (pythonGH-95017)

(cherry picked from commit be09bae)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
  • Loading branch information
erlend-aasland authored and miss-islington committed Jul 19, 2022
1 parent bb8e20a commit dc100d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Lib/test/test_sqlite3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ def load_tests(*args):
return load_package_tests(pkg_dir, *args)

if verbose:
print("test_sqlite3: testing with version",
"{!r}, sqlite_version {!r}".format(sqlite3.version,
sqlite3.sqlite_version))
print(f"test_sqlite3: testing with SQLite version {sqlite3.sqlite_version}")

0 comments on commit dc100d4

Please sign in to comment.