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 ff35294 commit 79c6b45Copy full SHA for 79c6b45
tests/conftest.py
@@ -49,7 +49,7 @@ def wait_for_redis_to_come_up():
49
50
@pytest.fixture(scope="session")
51
def postgres_db():
52
- engine = create_engine(config.get_postgres_uri())
+ engine = create_engine(config.get_postgres_uri(), isolation_level="SERIALIZABLE")
53
wait_for_postgres_to_come_up(engine)
54
metadata.create_all(engine)
55
return engine
0 commit comments