From: Daniele Varrazzo Date: Sun, 18 Jul 2021 01:34:23 +0000 (+0200) Subject: Drop test skip for a long solved problem X-Git-Tag: 3.0.dev1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d1cd0bebd27166ca1583cf413514189e293fd6a;p=thirdparty%2Fpsycopg.git Drop test skip for a long solved problem --- diff --git a/tests/test_concurrency_async.py b/tests/test_concurrency_async.py index 3b509f17d..f52353f85 100644 --- a/tests/test_concurrency_async.py +++ b/tests/test_concurrency_async.py @@ -10,7 +10,6 @@ pytestmark = pytest.mark.asyncio @pytest.mark.slow -@pytest.mark.skip async def test_commit_concurrency(aconn): # Check the condition reported in psycopg2#103 # Because of bad status check, we commit even when a commit is already on