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 49b3467 commit 00da78bCopy full SHA for 00da78b
CHANGES.rst
@@ -5,6 +5,9 @@ pytest-mqtt changelog
5
6
in progress
7
===========
8
+
9
+2024-07-29 0.4.2
10
+================
11
- Added a little delay to the Mosquitto fixture. Possibly faster GitHub
12
runners made MQTT software tests fail on the LorryStream project.
13
pyproject.toml
@@ -6,7 +6,7 @@
[project]
name = "pytest-mqtt"
-version = "0.4.1"
+version = "0.4.2"
description = "pytest-mqtt supports testing systems based on MQTT"
readme = "README.rst"
requires-python = ">=3.7"
0 commit comments