Skip to content

Latest commit

 

History

History
216 lines (144 loc) · 5.35 KB

CHANGES.rst

File metadata and controls

216 lines (144 loc) · 5.35 KB

Changelog

0.6.0 (2023-12-31)

Documentation

Incompatible changes

  • Drop support for Python 2.

Bug fixes and minor changes

  • #40: add logging.
  • #50, #51: test suite incompatibility with pytest 6.2.0.
  • #58: declare the type of automark_dependency ini-option correctly as bool.

Internal

  • #75: review build tool chain.

0.5.1 (2020-02-14)

Bug fixes and minor changes

  • Fix failing documentation build.

0.5.0 (2020-02-14)

New features

  • #3, #35: add a scope to dependencies. (Thanks to JoeSc and selenareneephillips!)

Incompatible changes

  • Require pytest version 3.7.0 or newer.

Bug fixes and minor changes

  • #34: failing test with pytest 4.2.0 and newer.
  • Use setuptools_scm to manage the version number.

0.4.0 (2018-12-02)

Incompatible changes

  • Require pytest version 3.6.0 or newer. This implicitly drops support for Python 2.6 and for Python 3.3 and older.

Bug fixes and minor changes

  • #24, #25: get_marker no longer available in pytest 4.0.0. (Thanks to Rogdham!)
  • #28: Applying markers directly in parametrize is no longer available in 4.0.

0.3.2 (2018-01-17)

Bug fixes and minor changes

  • #5: properly register the dependency marker.
  • Do not add the documentation to the source distribution.

0.3.1 (2017-12-26)

Bug fixes and minor changes

  • #17: Move the online documentation to Read the Docs.
  • Some improvements in the documentation.

0.3 (2017-12-26)

New features

  • #7: Add a configuration switch to implicitly mark all tests.
  • #10: Add an option to ignore unknown dependencies.