From: Denis Laxalde Date: Tue, 2 Nov 2021 12:11:19 +0000 (+0100) Subject: Let mypy check tests/pool code X-Git-Tag: 3.0.2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782f645c4851d36cfa9ca2b4ecb1c197709c8370;p=thirdparty%2Fpsycopg.git Let mypy check tests/pool code --- diff --git a/pyproject.toml b/pyproject.toml index bb1f9b9ad..6453cc387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",