pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.26k stars 922 forks source link

Solve pytest warnings. #1993

Closed janiversen closed 7 months ago

janiversen commented 7 months ago

Currently pytest is activated with: -p no:warnings

That actually hides a couple of problems, so remove the -p and solve the problems.