pazzarpj / aiomodbus

Asyncio Library for Modbus
MIT License
5 stars 1 forks source link

Remove release pinning #27

Closed fabaff closed 1 year ago

fabaff commented 3 years ago

pyserial-asyncio-0.5 was released a while back. Pinning it makes an installation in certain circumstances impossible (e.g., Fedora RPM and venv with other tools).

Please make a new release after merging. Thanks in advance.

Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1907171

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (7376fbf) into master (2c8dae8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   81.02%   81.02%           
=======================================
  Files           7        7           
  Lines         369      369           
=======================================
  Hits          299      299           
  Misses         70       70           
Flag Coverage Δ
unittests 81.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2c8dae8...7376fbf. Read the comment docs.