]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Skip hostaddr test with libpq < 12 too for the moment
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 May 2020 06:54:24 +0000 (18:54 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 May 2020 06:54:58 +0000 (18:54 +1200)
tests/pq/test_pgconn.py

index 3e8593deadcb2374264ebd6fc3dcda2ee51a5de7..d023ade144a103c2d229983b31d37c74011490d0 100644 (file)
@@ -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):