Skip to content

Commit

Permalink
Fix: CI was broken because of aiomqtt update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
odesenfans committed Jul 10, 2023
1 parent ab0f432 commit 0207358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exclude =
# PDF = ReportLab; RXP
# Add here test requirements (semicolon/line-separated)
testing =
aiomqtt
aiomqtt<=0.1.3
psutil
pytest
pytest-cov
Expand All @@ -80,7 +80,7 @@ testing =
isort
flake8
mqtt =
aiomqtt
aiomqtt<=0.1.3
certifi
Click
nuls2 =
Expand Down

0 comments on commit 0207358

Please sign in to comment.