]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test: drop ineffective marker on fixture
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 00:08:47 +0000 (00:08 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Jan 2024 00:12:19 +0000 (00:12 +0000)
Previously ignored, it has become an error in PyTest 8.

tests/fix_psycopg.py

index 80e0c626d178d2904ce89ffcad4bb9b042dc2ca1..bc054fdb7230ce02dc7a291ede40e983211a801a 100644 (file)
@@ -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()