]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Let mypy check tests/pool code
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 12:11:19 +0000 (13:11 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Nov 2021 15:55:14 +0000 (16:55 +0100)
pyproject.toml

index bb1f9b9adf842606f3d4c17fa6e1cdbba503d9cb..6453cc387aff5bf37b50a2d11e7a6d86297958b5 100644 (file)
@@ -20,6 +20,7 @@ files = [
     "psycopg_pool/psycopg_pool",
     "psycopg_c/psycopg_c",
     "tests/dbapi20.py",
+    "tests/pool",
     "tests/pq",
     "tests/test_psycopg_dbapi20.py",
     "tests/test_sql.py",