From: Daniele Varrazzo Date: Fri, 8 Oct 2021 01:24:16 +0000 (+0200) Subject: Mark typing test slow X-Git-Tag: 3.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66df581bfa71b3f565e494f2277e536145191858;p=thirdparty%2Fpsycopg.git Mark typing test slow --- diff --git a/tests/test_typing.py b/tests/test_typing.py index 7eebabe06..71327eab0 100644 --- a/tests/test_typing.py +++ b/tests/test_typing.py @@ -266,6 +266,7 @@ obj = {await_} curs.{method}() _test_reveal(stmts, type, mypy) +@pytest.mark.slow @pytest.mark.parametrize("server_side", [False, True]) @pytest.mark.parametrize("conn_class", ["Connection", "AsyncConnection"]) def test_cur_subclass_execute(mypy, conn_class, server_side):