Skip to content

Commit

Permalink
pythongh-93370: Don't print deprecated pysqlite version in test_sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jul 19, 2022
1 parent ea11c17 commit 9399f8c
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 @@ -12,6 +12,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 9399f8c

Please sign in to comment.