Skip to content

Commit 4493567

Browse files
committed
chore: disable wait
This is incompatible with Podman Ref: containers/podman-compose#710 Signed-off-by: JP-Ellis <[email protected]>
1 parent 1c5c5aa commit 4493567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def broker(request: pytest.FixtureRequest) -> Generator[URL, Any, None]:
4646
EXAMPLE_DIR,
4747
compose_file_name=["docker-compose.yml"],
4848
pull=True,
49+
wait=False,
4950
) as _:
5051
yield URL("http://pactbroker:pactbroker@localhost:9292")
5152
return

0 commit comments

Comments
 (0)