]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Allow mypy implicit re-export for tenacity
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 09:53:35 +0000 (10:53 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
commit04298040111eaf641520d84346a17e32ded1bc3d
treeb00dd6617084f6ec2f3da8a90bee3152e4f0fbe9
parent423200c144cd641eff7dcf37d34c965215565208
Allow mypy implicit re-export for tenacity

Tenacity does not explicitly re-export names. Ignoring this fixes a
couple of mypy warning in tests/conftests.py.
pyproject.toml