Skip to content

Commit

Permalink
pyproject: don't use minimalmodbus 2.1.1
Browse files Browse the repository at this point in the history
crashes tests/test_modbusrtudriver.py
minimalmodbus.MasterReportedException: Failed to initialise serial port

minimalmodbus-2.0.1 was working before.

Signed-off-by: Jan Remmet <[email protected]>
  • Loading branch information
jremmet committed Jul 19, 2023
1 parent ed4e12e commit 819259d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ docker = ["docker>=5.0.2"]
graph = ["graphviz>=0.17.0"]
kasa = ["python-kasa>=0.4.0"]
modbus = ["pyModbusTCP>=0.1.10"]
modbusrtu = ["minimalmodbus>=1.0.2"]
modbusrtu = ["minimalmodbus>=1.0.2, !=2.1.1"]
mqtt = ["paho-mqtt>=1.5.1"]
onewire = ["onewire>=0.2"]
pyvisa = [
Expand Down Expand Up @@ -94,7 +94,7 @@ dev = [
"pyModbusTCP>=0.1.10",

# labgrid[modbusrtu]
"minimalmodbus>=1.0.2",
"minimalmodbus>=1.0.2, !=2.1.1",

# labgrid[mqtt]
"paho-mqtt>=1.5.1",
Expand Down

0 comments on commit 819259d

Please sign in to comment.