- paho-mqtt: Ignore deprecation warnings about Callback API v1
- mosquitto: Don't always pull OCI image
- Added a little delay to the Mosquitto fixture. Possibly faster GitHub runners made MQTT software tests fail on the LorryStream project.
- Fix command line options machinery by refactoring essential
pytest fixtures to the main package. They have been added to
testing
beforehand, which is just plain wrong, and broke the 0.4.0 release.
- Accept command line options
--mqtt-host
and--mqtt-port
, in order to connect to an MQTT broker on a different endpoint thanlocalhost:1883
. Thanks, @zedfmario. - Add support for paho-mqtt 2.x, retaining compatibility for 1.x
- Fix improving error handling when Docker daemon is not running.
- Improve error handling when Docker daemon is not running. Thanks, @horta.
- Mosquitto fixture: Add missing
port
attribute and fix return tuple ofBaseImage.run
. Thanks, @edenhaus!
- Initial commit, spawned from Terkin and mqttwarn.