gh-93370: Don't print deprecated pysqlite version in test_sqlite3 (#95017)

This commit is contained in:
Erlend Egeberg Aasland 2022-07-19 23:04:20 +02:00 committed by GitHub
parent 49aeff49d7
commit be09bae608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}")