]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Do not catch TypeError in test_resolve_hostaddr_async_bad()
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 4 Nov 2021 15:04:38 +0000 (16:04 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
commit6cd8a30028f3f49ebf5167f2c67644a413bef3b6
tree4f256b80918605efabd46e76e91ccc41b5e96ecc
parentefa146d3c0ccf1ce34d4d6589d96bbc56a69ce6a
Do not catch TypeError in test_resolve_hostaddr_async_bad()

It appears that only psycopg.OperationalError is actually raised.
tests/test_dns.py