Skip to content

Commit

Permalink
chore: disable wait
Browse files Browse the repository at this point in the history
This is incompatible with Podman

Ref: containers/podman-compose#710
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Oct 9, 2024
1 parent a15e5c0 commit 4d05325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def broker(request: pytest.FixtureRequest) -> Generator[URL, Any, None]:
EXAMPLE_DIR,
compose_file_name=["docker-compose.yml"],
pull=True,
wait=False,
) as _:
yield URL("http://pactbroker:pactbroker@localhost:9292")
return
Expand Down

0 comments on commit 4d05325

Please sign in to comment.