Skip to content

v0.7.1

Compare
Choose a tag to compare
@diazona diazona released this 30 Jan 01:17
· 98 commits to master since this release
e6baa2f

The main change in this release of pytest-localserver is a bug fix that allows the package to work with recent versions of aiosmtpd, 1.4.3 and up. There have also been some changes to the testing and deployment procedure.

As always, the package can be installed using pip:

$ pip install pytest-localserver

or, to include the optional SMTP support:

$ pip install 'pytest-localserver[smtp]'

What's Changed

  • Replace the _stop method, which was removed from aiosmtp 1.4.3, with the cancel_tasks method by @henri-hulski in #55
  • Use older Ubuntu for testing with Python 3.5 and 3.6 by @diazona in #56
  • Mark the package as being compatible with Python 3.11 by @diazona in #57
  • Update the AUTHORS file by @diazona in #59
  • Release using GitHub actions by @diazona in #58
  • Update changelog for the upcoming 0.7.1 release by @diazona in #60

New Contributors

  • @henri-hulski made their first contribution in #55 - thank you, this was very valuable!

Full Changelog: v0.7.0...v0.7.1