We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2790226 commit beb33d5Copy full SHA for beb33d5
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", "2.1.2"]
+VERSIONS = ["1.6.15", "2.0.18", "2.1.2-alpine"]
6
7
8
@pytest.mark.parametrize("version", VERSIONS)
0 commit comments