Skip to content

Commit 9399f8c

Browse files
pythongh-93370: Don't print deprecated pysqlite version in test_sqlite3
1 parent ea11c17 commit 9399f8c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/test/test_sqlite3/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ def load_tests(*args):
1212
return load_package_tests(pkg_dir, *args)
1313

1414
if verbose:
15-
print("test_sqlite3: testing with version",
16-
"{!r}, sqlite_version {!r}".format(sqlite3.version,
17-
sqlite3.sqlite_version))
15+
print(f"test_sqlite3: testing with SQLite version {sqlite3.sqlite_version}")

0 commit comments

Comments
 (0)