Changelog

Versions follow Semantic Versioning (<major>.<minor>.<patch>).

Backward incompatible (breaking) changes will only be introduced in major versions with advance notice in the Deprecations section of releases.

[UNRELEASED DRAFT] (2022-02-05)

No significant changes.

1.1.2 (2022-02-05)

Bug Fixes

  • Set lower required python to 3.5.2 and avoid issues with flake8-typing-imports. (#10)

1.1.1 (2022-02-05)

Bug Fixes

  • Allow installing on older minior versions of Py3.5. Looking at you Debian. (#10)

1.1.0 (2022-01-26)

Improvements

  • Maintain the skip location under Pytest >= 7.0.x (#7)

  • The plugin is now fully typed (#8)

Trivial/Internal Changes

  • Reproducible builds

    • Fix copyright headers hook

    • towncrier now uses issue_format (#7)

skip-markers 1.0.0 (2021-10-04)

Features

  • First public release of the Pytest Skip Markers Plugin