We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f68a61 commit 8cff3eeCopy full SHA for 8cff3ee
tests/conftest.py
@@ -47,7 +47,7 @@ def wait_for_redis_to_come_up():
47
48
@pytest.fixture(scope='session')
49
def postgres_db():
50
- engine = create_engine(config.get_postgres_uri())
+ engine = create_engine(config.get_postgres_uri(), isolation_level='SERIALIZABLE')
51
wait_for_postgres_to_come_up(engine)
52
metadata.create_all(engine)
53
return engine
0 commit comments