From: Denis Laxalde Date: Tue, 2 Nov 2021 10:58:00 +0000 (+0100) Subject: Let mypy check all tests/* X-Git-Tag: 3.0.3~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd2d4bc2f7a26322c07fe806068478762e3b06f;p=thirdparty%2Fpsycopg.git Let mypy check all tests/* Per previous commits, the whole test suite should be clean. --- diff --git a/pyproject.toml b/pyproject.toml index c23888a2c..0eab38027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,22 +19,7 @@ files = [ "psycopg/psycopg", "psycopg_pool/psycopg_pool", "psycopg_c/psycopg_c", - "tests/dbapi20.py", - "tests/fix_faker.py", - "tests/pool", - "tests/pq", - "tests/scripts", - "tests/test_adapt.py", - "tests/test_concurrency*.py", - "tests/test_conninfo.py", - "tests/test_copy*.py", - "tests/test_dns*", - "tests/test_errors.py", - "tests/test_prepared*.py", - "tests/test_psycopg_dbapi20.py", - "tests/test_sql.py", - "tests/test_*cursor*.py", - "tests/types", + "tests", ] warn_unused_ignores = true show_error_codes = true