mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-93370: Don't print deprecated pysqlite version in test_sqlite3 (#95017)
This commit is contained in:
parent
49aeff49d7
commit
be09bae608
1 changed files with 1 additions and 3 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue