]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Mark typing test slow
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 8 Oct 2021 01:24:16 +0000 (03:24 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 8 Oct 2021 01:24:16 +0000 (03:24 +0200)
tests/test_typing.py

index 7eebabe0654bc53a3f61178dc6a0317444ca44fa..71327eab0dfe0aeb10915a6ebee75b99cf63700f 100644 (file)
@@ -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):