Skip to content

Commit 909c379

Browse files
authored
Fix: CI was broken because of aiomqtt update (#40)
Problem: aiomqtt has been taken over by a completely different team and the new version (1.0.0) is completely incompatible with our current example. Solution: use the latest version of the old project.
1 parent 1372a21 commit 909c379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ exclude =
5959
# PDF = ReportLab; RXP
6060
# Add here test requirements (semicolon/line-separated)
6161
testing =
62-
aiomqtt
62+
aiomqtt<=0.1.3
6363
psutil
6464
pytest
6565
pytest-cov
@@ -80,7 +80,7 @@ testing =
8080
isort
8181
flake8
8282
mqtt =
83-
aiomqtt
83+
aiomqtt<=0.1.3
8484
certifi
8585
Click
8686
nuls2 =

0 commit comments

Comments
 (0)