From: Daniele Varrazzo Date: Mon, 29 Jan 2024 00:08:47 +0000 (+0000) Subject: test: drop ineffective marker on fixture X-Git-Tag: 3.1.18~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ef0d92109a63fa1a7630804a3a26af0e0a39c9;p=thirdparty%2Fpsycopg.git test: drop ineffective marker on fixture Previously ignored, it has become an error in PyTest 8. --- diff --git a/tests/fix_psycopg.py b/tests/fix_psycopg.py index 80e0c626d..bc054fdb7 100644 --- a/tests/fix_psycopg.py +++ b/tests/fix_psycopg.py @@ -24,7 +24,6 @@ def global_adapters(): @pytest.fixture -@pytest.mark.crdb_skip("2-phase commit") def tpc(svcconn): tpc = Tpc(svcconn) tpc.check_tpc()