]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add fixture to help retrying flaky tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Feb 2021 14:11:13 +0000 (15:11 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Feb 2021 14:11:13 +0000 (15:11 +0100)
commit944ca487bbd339e84eb33a28821aff795f104bd8
tree624f341440239900f33c6ee068cad5655f801bea
parentd36ea341ef144a67cb463e24c9471d67a0483a3e
Add fixture to help retrying flaky tests

Tried to use a couple of pytest plugins for retrying but they don't work
well with asyncio.
psycopg3/setup.py
tests/conftest.py