From: Daniele Varrazzo Date: Mon, 11 May 2020 06:54:24 +0000 (+1200) Subject: Skip hostaddr test with libpq < 12 too for the moment X-Git-Tag: 3.0.dev0~529 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1658d71ad02c7d3f5c950420362ea87c9ee9dc9;p=thirdparty%2Fpsycopg.git Skip hostaddr test with libpq < 12 too for the moment --- diff --git a/tests/pq/test_pgconn.py b/tests/pq/test_pgconn.py index 3e8593dea..d023ade14 100644 --- a/tests/pq/test_pgconn.py +++ b/tests/pq/test_pgconn.py @@ -177,6 +177,7 @@ def test_hostaddr(pgconn): pgconn.hostaddr +@pytest.mark.xfail @pytest.mark.libpq("< 12") def test_hostaddr_missing(pgconn): with pytest.raises(psycopg3.NotSupportedError):