We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dd40b commit 496fbc1Copy full SHA for 496fbc1
modules/mqtt/tests/test_mosquitto.py
@@ -2,7 +2,7 @@
2
3
from testcontainers.mqtt import MosquittoContainer
4
5
-VERSIONS = ["1.6.15", "2.0.18"]
+VERSIONS = ["1.6.15", "2.0.18", "2.1.2"]
6
7
8
@pytest.mark.parametrize("version", VERSIONS)
0 commit comments