v0.7.0
This release of pytest-localserver includes one key change of interest to users: SMTP support is no longer installed by default, due to the unclear maintenance status of aiosmtpd. Those who want the SMTP server should select the [smtp]
extra when installing. Other more minor changes include many improvements to the code quality control, automated testing, and documentation.
As always, the package can be installed using pip:
$ pip install pytest-localserver
or, to include the now-optional SMTP support:
$ pip install 'pytest-localserver[smtp]'
What's Changed
- Remove redudant
wheel
dep frompyproject.toml
by @mgorny in #34 - Update syntax to Python 3 by @hramezani in #36
- Add pypi version and supported Python versions badges to README.rst by @hramezani in #38
- Fix a warning about dash-separated cfg key by @felixonmars in #37
- Make aiosmtpd dependency optional by @mgorny in #40
- Add linting by @hramezani in #39
- Add linter for workflow actions by @diazona in #42
- Skip duplicate actions when pushing in this repository by @diazona in #45
- Relax dependencies by @diazona in #44
- Fix a minor formatting error in the README by @diazona in #49
- Update changelog for the upcoming 0.7 release by @diazona in #50
New Contributors
A huge thanks to all three of the new contributors this release!
- @mgorny made their first contribution in #34
- @hramezani made their first contribution in #36
- @felixonmars made their first contribution in #37
Full Changelog: v0.6.0...v0.7.0