File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ pytest-mqtt changelog
55
66in progress
77===========
8+ - Added a little delay to the Mosquitto fixture. Possibly faster GitHub
9+ runners made MQTT software tests fail on the LorryStream project.
810
9112024-05-08 0.4.1
1012================
Original file line number Diff line number Diff line change 2222from pytest_docker_fixtures .containers ._base import BaseImage
2323
2424from pytest_mqtt .model import MqttSettings
25- from pytest_mqtt .util import probe_tcp_connect
25+ from pytest_mqtt .util import delay , probe_tcp_connect
2626
2727images .settings ["mosquitto" ] = {
2828 "image" : "eclipse-mosquitto" ,
@@ -108,4 +108,5 @@ def mosquitto(mqtt_settings: MqttSettings):
108108 yield os .environ ["MOSQUITTO" ].split (":" )
109109 else :
110110 yield mosquitto_image .run ()
111+ delay ()
111112 mosquitto_image .stop ()
You can’t perform that action at this time.
0 commit comments