alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
112 stars 12 forks source link

Test against Python 3.10 #32

Closed alysivji closed 3 years ago

alysivji commented 3 years ago

Got a pytest error that was fixed by https://github.com/pytest-dev/pytest/pull/8629

Updated pytest to 6.2.5 and we are good to go.

codecov-commenter commented 3 years ago

Codecov Report

Merging #32 (7b4491c) into main (1f7be6d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   96.20%   96.20%           
=======================================
  Files           7        7           
  Lines         158      158           
=======================================
  Hits          152      152           
  Misses          6        6           

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 1f7be6d...7b4491c. Read the comment docs.