From: Denis Laxalde Date: Tue, 2 Nov 2021 12:09:05 +0000 (+0100) Subject: Make tests/pool a Python package X-Git-Tag: 3.0.2~2^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73da9ef456e533a923632025bd6114a799d2a7f;p=thirdparty%2Fpsycopg.git Make tests/pool a Python package Otherwise, per-module mypy configuration does not apply (and we, e.g., get error about "no-untyped-defs"). --- diff --git a/tests/pool/__init__.py b/tests/pool/__init__.py new file mode 100644 index 000000000..e69de29bb