v3.13.0
Features
- Handle the first block of docstring text as a potential multi-line short description. It is no longer possible to have a long-description without a short description. This should be more intuitive and lead to easier-to-debug docstrings. By @BrianPugh in #401
Bug Fixes
- Somewhat fix false-positive of detecting
pytestwhen subprocessing a python script from within apytestenvironment. By @BrianPugh in #404 - Improved
functools.partialsupport. by @BrianPugh in #396 - Don't use pydantic features if pydantic v1 is installed. Addresses #408 by @BrianPugh in #409
Full Changelog: v3.12.0...v3.13.0