- Add hook for modifying metadata.
- Thanks to @j19sch for the PR
- Only show metadata in console when
--verbose
is specified.
- Support latest versions of pytest, which no longer vendor pluggy.
- Add environment variables for GitLab CI.
- Thanks to @tinproject for the PR
- Allow additional metadata to be specified on the command-line.
- Thanks to @BeyondEvil for the PR
- Display initial metadata in report header.
- Update metadata when running with xdist processes instead of overwriting.
- Added environment variables for AppVeyor and CircleCI.
- Try to run
pytest_configure
first so that other plugins can contribute to the metadata.
- Moved pytest related packages into 'Packages' as a dictionary.
- Changed installed plugins from a list to a dictionary.
- Initial release