]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Drop explicit tests retries
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jan 2022 21:57:45 +0000 (22:57 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jan 2022 21:57:45 +0000 (22:57 +0100)
commit148f40bc6245641b10c0ec438c537af5fcaa15a9
tree7c3f8112611c0ad6b6a455ecf27d20e331c223d8
parent6cf9ea8c333d70640ab26ebf5e47359ec20e9a79
Drop explicit tests retries

Now we just retry all failing tests automatically.
18 files changed:
psycopg/setup.py
pyproject.toml
tests/conftest.py
tests/constraints.txt
tests/pool/test_null_pool.py
tests/pool/test_null_pool_async.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/test_concurrency.py
tests/test_concurrency_async.py
tests/test_copy.py
tests/test_copy_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_dns_srv.py
tests/test_server_cursor.py
tests/test_server_cursor_async.py
tests/test_waiting.py