Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.26 KB

CHANGES.rst

File metadata and controls

57 lines (36 loc) · 1.26 KB

Release Notes

1.7.0 (2018-04-05)

  • Add hook for modifying metadata.

1.6.0 (2018-02-21)

  • Only show metadata in console when --verbose is specified.

1.5.1 (2017-11-28)

  • Support latest versions of pytest, which no longer vendor pluggy.

1.5.0 (2017-05-15)

  • Add environment variables for GitLab CI.

1.4.0 (2017-05-04)

  • Allow additional metadata to be specified on the command-line.

1.3.0 (2017-03-01)

  • Display initial metadata in report header.
  • Update metadata when running with xdist processes instead of overwriting.

1.2.0 (2017-02-24)

  • Added environment variables for AppVeyor and CircleCI.
  • Try to run pytest_configure first so that other plugins can contribute to the metadata.

1.1.0 (2017-02-16)

  • Moved pytest related packages into 'Packages' as a dictionary.
  • Changed installed plugins from a list to a dictionary.

1.0.0 (2017-02-16)

  • Initial release