Skip to content

Version 0.10.7

Compare
Choose a tag to compare
@Rahix Rahix released this 17 Mar 18:06
· 25 commits to master since this release
v0.10.7

Changed

  • Dropped official support for Python 3.7 - tbot now expects at least Python 3.8.
  • Improved exception message when parsing of a command's return code fails (for example due to console clutter).
  • Made the shell detection mechanism a bit more robust (wait_for_shell()).

Fixed

  • Fixed tbot hanging when an unresponsive subprocess does not terminate by itself (#104 by @Mike8).
  • Fixed tbot no longer detecting unbounded regex patterns on recent Python versions.