]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Make tests/pool a Python package
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 12:09:05 +0000 (13:09 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Nov 2021 15:55:14 +0000 (16:55 +0100)
commita73da9ef456e533a923632025bd6114a799d2a7f
treed5cb5aea043fac835920914ee64d6b635b15d90a
parentd7e4af7a7cd90f4dd243de621c924dcb3de3701f
Make tests/pool a Python package

Otherwise, per-module mypy configuration does not apply (and we, e.g.,
get error about "no-untyped-defs").
tests/pool/__init__.py [new file with mode: 0644]