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 e5492f3 commit 4c5fe9aCopy full SHA for 4c5fe9a
src/pytest_databases/docker/postgres.py
@@ -110,7 +110,7 @@ def postgres_port(postgres16_port: int) -> int:
110
111
@pytest.fixture(scope="session")
112
def docker_compose_files() -> list[Path]:
113
- return [Path(Path(__file__).parent / "docker-compose.cockroachdb.yml")]
+ return [Path(Path(__file__).parent / "docker-compose.postgres.yml")]
114
115
116
@pytest.fixture(autouse=False)
0 commit comments