You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am no expert at Python dependencies and packaging, but if my assumptions are correct, then it looks like an inconsistency.
Should paho-mqtt version be pinned to 1.1.x for robotframework-mqttlibrary to work ? Because that's what is implied by the requirements file.
I noticed this problem while investigating errors that started happening in my Robot tests after upgrading paho-mqtt from 1.5.1 to 1.6.1 :
In the
requirements.txt
:which means roughly "any 1.1.x version".
While in the
setup.py
:which means roughly "any version of
paho-mqtt
".I am no expert at Python dependencies and packaging, but if my assumptions are correct, then it looks like an inconsistency.
Should
paho-mqtt
version be pinned to1.1.x
forrobotframework-mqttlibrary
to work ? Because that's what is implied by the requirements file.I noticed this problem while investigating errors that started happening in my Robot tests after upgrading
paho-mqtt
from1.5.1
to1.6.1
:Error publishing: 4
I don't know yet if these problem come from this library or from paho itself, I still haven't found out.
The text was updated successfully, but these errors were encountered: